diff options
author | Eric Andersen | 1999-12-08 23:19:36 +0000 |
---|---|---|
committer | Eric Andersen | 1999-12-08 23:19:36 +0000 |
commit | abc0f4f8f97b36f2865986374405d091cefea107 (patch) | |
tree | ee7605752c6323682f0ef0879cc48f95bdf13e37 /utility.c | |
parent | 2285f367e220af9bda9f544945007725a02032dd (diff) | |
download | busybox-abc0f4f8f97b36f2865986374405d091cefea107.zip busybox-abc0f4f8f97b36f2865986374405d091cefea107.tar.gz |
Latest and greatest
Diffstat (limited to 'utility.c')
-rw-r--r-- | utility.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -49,7 +49,6 @@ const char mtab_file[] = "/etc/mtab"; #endif -/* volatile so gcc knows this is the end of the line */ extern void usage(const char *usage) { fprintf(stderr, "BusyBox v%s (%s) multi-call binary -- GPL2\n\n", BB_VER, BB_BT); |