svn commit: trunk/busybox/include
pgf at busybox.net
pgf at busybox.net
Fri Jun 9 12:25:12 UTC 2006
Author: pgf
Date: 2006-06-09 05:25:10 -0700 (Fri, 09 Jun 2006)
New Revision: 15347
Log:
add ordering warning on enum Location
Modified:
trunk/busybox/include/busybox.h
Changeset:
Modified: trunk/busybox/include/busybox.h
===================================================================
--- trunk/busybox/include/busybox.h 2006-06-09 07:12:27 UTC (rev 15346)
+++ trunk/busybox/include/busybox.h 2006-06-09 12:25:10 UTC (rev 15347)
@@ -11,6 +11,7 @@
#include "libbb.h"
+/* order matters: used as index into "install_dir[]" in busybox.c */
enum Location {
_BB_DIR_ROOT = 0,
_BB_DIR_BIN,
More information about the busybox-cvs
mailing list