svn commit: trunk/busybox/libbb

landley at busybox.net landley at busybox.net
Tue Oct 25 02:22:13 UTC 2005


Author: landley
Date: 2005-10-24 19:22:13 -0700 (Mon, 24 Oct 2005)
New Revision: 11913

Log:
Shaun Jackman noted that limits.h defines path_max and isn't included from
find_root_device.c.  (We #include it in busybox.h but not libbb.h, it seems.
Someday, someone's going to have to clarify for me the difference between
those two...)


Modified:
   trunk/busybox/libbb/find_root_device.c


Changeset:
Modified: trunk/busybox/libbb/find_root_device.c
===================================================================
--- trunk/busybox/libbb/find_root_device.c	2005-10-25 02:19:55 UTC (rev 11912)
+++ trunk/busybox/libbb/find_root_device.c	2005-10-25 02:22:13 UTC (rev 11913)
@@ -19,6 +19,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  */
 
+#include <limits.h>
 #include <stdio.h>
 #include <string.h>
 #include <dirent.h>




More information about the busybox-cvs mailing list