aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-08-19 20:16:16 +0000
committerEric Andersen <andersen@codepoet.org>2000-08-19 20:16:16 +0000
commite89267c8b38a49dcb8983d4903328a3d079b2b15 (patch)
tree66e070f66d1901e1701213bdb4585d674355ec9f
parent8cbac440d667526cf28cf88bef4155b1ac15780d (diff)
downloadbusybox-w32-e89267c8b38a49dcb8983d4903328a3d079b2b15.tar.gz
busybox-w32-e89267c8b38a49dcb8983d4903328a3d079b2b15.tar.bz2
busybox-w32-e89267c8b38a49dcb8983d4903328a3d079b2b15.zip
Minor fixups.
-Erik
-rw-r--r--applets/busybox.c2
-rw-r--r--busybox.c2
-rw-r--r--busybox.def.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index 2a05e1551..25bfe438d 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -281,7 +281,7 @@ const struct BB_applet applets[] = {
281 {"tee", tee_main, _BB_DIR_USR_BIN, tee_usage}, 281 {"tee", tee_main, _BB_DIR_USR_BIN, tee_usage},
282#endif 282#endif
283#ifdef BB_TOUCH 283#ifdef BB_TOUCH
284 {"touch", touch_main, _BB_DIR_USR_BIN, touch_usage}, 284 {"touch", touch_main, _BB_DIR_BIN, touch_usage},
285#endif 285#endif
286#ifdef BB_TR 286#ifdef BB_TR
287 {"tr", tr_main, _BB_DIR_USR_BIN, tr_usage}, 287 {"tr", tr_main, _BB_DIR_USR_BIN, tr_usage},
diff --git a/busybox.c b/busybox.c
index 2a05e1551..25bfe438d 100644
--- a/busybox.c
+++ b/busybox.c
@@ -281,7 +281,7 @@ const struct BB_applet applets[] = {
281 {"tee", tee_main, _BB_DIR_USR_BIN, tee_usage}, 281 {"tee", tee_main, _BB_DIR_USR_BIN, tee_usage},
282#endif 282#endif
283#ifdef BB_TOUCH 283#ifdef BB_TOUCH
284 {"touch", touch_main, _BB_DIR_USR_BIN, touch_usage}, 284 {"touch", touch_main, _BB_DIR_BIN, touch_usage},
285#endif 285#endif
286#ifdef BB_TR 286#ifdef BB_TR
287 {"tr", tr_main, _BB_DIR_USR_BIN, tr_usage}, 287 {"tr", tr_main, _BB_DIR_USR_BIN, tr_usage},
diff --git a/busybox.def.h b/busybox.def.h
index 474c3c368..78e826d9b 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -123,7 +123,7 @@
123// USE_PROCFS at the same time... NOTE: If you enable this feature, you 123// USE_PROCFS at the same time... NOTE: If you enable this feature, you
124// _must_ have patched the kernel to include the devps patch that is included 124// _must_ have patched the kernel to include the devps patch that is included
125// in the busybox/kernel-patches directory. You will also need to create some 125// in the busybox/kernel-patches directory. You will also need to create some
126// device special files /dev on your embedded system: 126// device special files in /dev on your embedded system:
127// mknod /dev/modules c 10 23 127// mknod /dev/modules c 10 23
128// mknod /dev/mtab c 10 22 128// mknod /dev/mtab c 10 22
129// mknod /dev/ps c 10 21 129// mknod /dev/ps c 10 21