Changeset 12875 for trunk/Ohana/src
- Timestamp:
- Apr 18, 2007, 9:21:46 AM (19 years ago)
- Location:
- trunk/Ohana/src
- Files:
-
- 3 edited
-
libohana/include/ohana.h (modified) (2 diffs)
-
misc/include/missing_protos.h (modified) (2 diffs)
-
opihi/dimm/sbig/sp_ccdcontrol.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libohana/include/ohana.h
r10842 r12875 1 1 # include <stdio.h> 2 2 # include <fcntl.h> 3 # include <malloc.h>4 3 # include <math.h> 5 4 # include <errno.h> 6 5 # include <time.h> 7 # include <memory.h>8 6 # include <stdlib.h> 9 7 # include <string.h> … … 18 16 # include <readline/history.h> 19 17 # include <readline/readline.h> 18 19 // XXX I was including these before, but RHL claims they are not needed 20 // # include <malloc.h> 21 // # include <memory.h> 20 22 21 23 /* OHANA included stuff */ -
trunk/Ohana/src/misc/include/missing_protos.h
r2417 r12875 13 13 * which depends on this file every time we need to add 14 14 * a new prototype for the SunOS machines. 15 * $Id: missing_protos.h,v 1. 1.1.1 2004-11-24 04:39:33eugene Exp $15 * $Id: missing_protos.h,v 1.2 2007-04-18 19:21:46 eugene Exp $ 16 16 * $Locker: $ 17 17 * 18 18 * $Log: not supported by cvs2svn $ 19 * Revision 1.1.1.1 2004/11/24 04:39:33 eugene 20 * importing elixir components 21 * 19 22 * Revision 1.1.1.1 2001/07/25 02:59:23 eugene 20 23 * import Ohana … … 146 149 #include <float.h> /* for DBL_MIN and DBL_MAX */ 147 150 #else 148 #include <values.h> 151 /* XXX RHL claims values.h is not needed 152 * #include <values.h> */ 149 153 #ifndef DBL_MIN 150 154 #define DBL_MIN MINDOUBLE -
trunk/Ohana/src/opihi/dimm/sbig/sp_ccdcontrol.c
r7917 r12875 6 6 #include <time.h> 7 7 #include <fcntl.h> 8 #include <values.h>9 8 #include <sys/stat.h> 10 9 #include <sys/types.h> 11 10 #include "sbig.h" 12 11 #include "fh/fh.h" /* CFHT FITS Handling library */ 12 13 // XXX RHL claims this is not needed 14 // #include <values.h> 13 15 14 16 #define N_FITS_ENTRIES 33
Note:
See TracChangeset
for help on using the changeset viewer.
