svn commit: trunk/busybox/include

vodz at busybox.net vodz at busybox.net
Tue Sep 20 10:02:38 UTC 2005


Author: vodz
Date: 2005-09-20 03:02:36 -0700 (Tue, 20 Sep 2005)
New Revision: 11509

Log:
This is strange typically modern mistake. Learn please: stat(2) used sys/types.h and not reverse

Modified:
   trunk/busybox/include/libbb.h


Changeset:
Modified: trunk/busybox/include/libbb.h
===================================================================
--- trunk/busybox/include/libbb.h	2005-09-20 03:01:29 UTC (rev 11508)
+++ trunk/busybox/include/libbb.h	2005-09-20 10:02:36 UTC (rev 11509)
@@ -27,8 +27,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
+#include <sys/types.h>
 #include <sys/stat.h>
-#include <sys/types.h>
 #include <termios.h>
 #include <stdint.h>
 




More information about the busybox-cvs mailing list