Update of /cvsroot/ssic-linux/openssi/kernel/include/cluster/ssi/token
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23613/include/cluster/ssi/token
Modified Files:
comtok.h
Log Message:
Build fixes
Index: comtok.h
===================================================================
RCS file:
/cvsroot/ssic-linux/openssi/kernel/include/cluster/ssi/token/comtok.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- comtok.h 20 Oct 2004 03:23:36 -0000 1.4
+++ comtok.h 4 Nov 2004 03:51:08 -0000 1.5
@@ -45,13 +45,11 @@
#include <limits.h>
#endif /*!LONG_MAX || !__KERNEL__*/
-#ifdef LINUX
+#ifdef __linux__
#ifndef STATIC
#define STATIC
#endif
-
-typedef int boolean_t;
-#endif /* LINUX */
+#endif /* __linux__ */
#ifndef MIN
#define MIN(a,b) ((a) < (b) ? (a) : (b) )
@@ -107,7 +105,7 @@
*/
#define NON_RANGE (range_off_t)0, MAXLEN
-#if !defined(LINUX) && defined(SIMUL)
+#if !defined(__linux__) && defined(SIMUL)
#define MAXOFF ((range_off_t)LLONG_MAX)
#else
#define MAXOFF ((range_off_t)LONG_MAX)
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
|