aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
Diffstat (limited to 'utility.c')
-rw-r--r--utility.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/utility.c b/utility.c
index c6121cb11..f86216eb1 100644
--- a/utility.c
+++ b/utility.c
@@ -34,6 +34,14 @@
34#include <unistd.h> 34#include <unistd.h>
35 35
36 36
37/* volatile so gcc knows this is the enod of the line */
38volatile void usage(const char *usage)
39{
40 fprintf(stderr, "Usage: %s\n", usage);
41 exit(FALSE);
42}
43
44
37 45
38#if defined (BB_CP) || defined (BB_MV) 46#if defined (BB_CP) || defined (BB_MV)
39/* 47/*