projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e23b6f
)
add ordering warning on enum Location
author
Paul Fox
<pgf@brightstareng.com>
Fri, 9 Jun 2006 12:25:10 +0000
(12:25 -0000)
committer
Paul Fox
<pgf@brightstareng.com>
Fri, 9 Jun 2006 12:25:10 +0000
(12:25 -0000)
include/busybox.h
patch
|
blob
|
history
diff --git
a/include/busybox.h
b/include/busybox.h
index befbea544c440fd975e8031eb03cf2823449aea6..fbda6efcb553c2850ad8d5cfc055a566ea5eb655 100644
(file)
--- a/
include/busybox.h
+++ b/
include/busybox.h
@@
-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,