aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-08 23:19:36 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-08 23:19:36 +0000
commit4b718d969e8f44e9b7167872e7271ee068b7f062 (patch)
treeee7605752c6323682f0ef0879cc48f95bdf13e37 /utility.c
parentabfe7e69b8bd8bf8e595e6e57b80e57b53e94fde (diff)
downloadbusybox-w32-4b718d969e8f44e9b7167872e7271ee068b7f062.tar.gz
busybox-w32-4b718d969e8f44e9b7167872e7271ee068b7f062.tar.bz2
busybox-w32-4b718d969e8f44e9b7167872e7271ee068b7f062.zip
Latest and greatest
git-svn-id: svn://busybox.net/trunk/busybox@175 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r--utility.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/utility.c b/utility.c
index 81bff18e7..1f0e381e3 100644
--- a/utility.c
+++ b/utility.c
@@ -49,7 +49,6 @@ const char mtab_file[] = "/etc/mtab";
49#endif 49#endif
50 50
51 51
52/* volatile so gcc knows this is the end of the line */
53extern void usage(const char *usage) 52extern void usage(const char *usage)
54{ 53{
55 fprintf(stderr, "BusyBox v%s (%s) multi-call binary -- GPL2\n\n", BB_VER, BB_BT); 54 fprintf(stderr, "BusyBox v%s (%s) multi-call binary -- GPL2\n\n", BB_VER, BB_BT);