svn commit: trunk/busybox/include
landley at busybox.net
landley at busybox.net
Thu Jun 1 00:52:30 UTC 2006
Author: landley
Date: 2006-05-31 17:52:30 -0700 (Wed, 31 May 2006)
New Revision: 15258
Log:
Shaun Jackman pointed out that KERNEL_VERSION() is used without guards, so
defining it in a guard is silly.
Modified:
trunk/busybox/include/platform.h
Changeset:
Modified: trunk/busybox/include/platform.h
===================================================================
--- trunk/busybox/include/platform.h 2006-06-01 00:51:38 UTC (rev 15257)
+++ trunk/busybox/include/platform.h 2006-06-01 00:52:30 UTC (rev 15258)
@@ -157,9 +157,7 @@
#endif /* ___digital__ && __unix__ */
/*----- Kernel versioning ------------------------------------*/
-#ifdef __linux__
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
-#endif
/* ---- miscellaneous --------------------------------------- */
More information about the busybox-cvs
mailing list