svn commit: trunk/busybox/include
landley at busybox.net
landley at busybox.net
Thu Aug 10 01:08:42 UTC 2006
Author: landley
Date: 2006-08-09 18:08:41 -0700 (Wed, 09 Aug 2006)
New Revision: 15794
Log:
Ok, features.h already defines _OPEN_SOURCE (and complains if it's already
defined), yet it's not doing it for scripts/individual for some reason.
(I hate fighting with header files.)
Modified:
trunk/busybox/include/platform.h
Changeset:
Modified: trunk/busybox/include/platform.h
===================================================================
--- trunk/busybox/include/platform.h 2006-08-09 20:56:23 UTC (rev 15793)
+++ trunk/busybox/include/platform.h 2006-08-10 01:08:41 UTC (rev 15794)
@@ -154,7 +154,6 @@
#if defined __GLIBC__ || defined __UCLIBC__ \
|| defined __dietlibc__ || defined _NEWLIB_VERSION
-#define _XOPEN_SOURCE
#include <features.h>
#define HAVE_FEATURES_H
#include <stdint.h>
More information about the busybox-cvs
mailing list