svn commit: trunk/busybox/init

vapier at busybox.net vapier at busybox.net
Sat Apr 29 04:43:32 UTC 2006


Author: vapier
Date: 2006-04-28 21:43:31 -0700 (Fri, 28 Apr 2006)
New Revision: 14962

Log:
just include fcntl.h not sys/fcntl.h

Modified:
   trunk/busybox/init/init.c


Changeset:
Modified: trunk/busybox/init/init.c
===================================================================
--- trunk/busybox/init/init.c	2006-04-29 04:21:10 UTC (rev 14961)
+++ trunk/busybox/init/init.c	2006-04-29 04:43:31 UTC (rev 14962)
@@ -24,7 +24,7 @@
 #include <termios.h>
 #include <unistd.h>
 #include <limits.h>
-#include <sys/fcntl.h>
+#include <fcntl.h>
 #include <sys/ioctl.h>
 #include <sys/types.h>
 #include <sys/wait.h>




More information about the busybox-cvs mailing list