diff options
Diffstat (limited to 'debianutils/mktemp.c')
-rw-r--r-- | debianutils/mktemp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debianutils/mktemp.c b/debianutils/mktemp.c index 64b82815e..09c79f504 100644 --- a/debianutils/mktemp.c +++ b/debianutils/mktemp.c | |||
@@ -16,7 +16,7 @@ | |||
16 | #include <stdlib.h> | 16 | #include <stdlib.h> |
17 | #include "busybox.h" | 17 | #include "busybox.h" |
18 | 18 | ||
19 | extern int mktemp_main(int argc, char **argv) | 19 | int mktemp_main(int argc, char **argv) |
20 | { | 20 | { |
21 | unsigned long flags = bb_getopt_ulflags(argc, argv, "dq"); | 21 | unsigned long flags = bb_getopt_ulflags(argc, argv, "dq"); |
22 | 22 | ||