diff options
Diffstat (limited to 'coreutils/ln.c')
-rw-r--r-- | coreutils/ln.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/ln.c b/coreutils/ln.c index dcb70d40f..229c68218 100644 --- a/coreutils/ln.c +++ b/coreutils/ln.c | |||
@@ -36,7 +36,7 @@ | |||
36 | #define LN_BACKUP 8 | 36 | #define LN_BACKUP 8 |
37 | #define LN_SUFFIX 16 | 37 | #define LN_SUFFIX 16 |
38 | 38 | ||
39 | extern int ln_main(int argc, char **argv) | 39 | int ln_main(int argc, char **argv) |
40 | { | 40 | { |
41 | int status = EXIT_SUCCESS; | 41 | int status = EXIT_SUCCESS; |
42 | int flag; | 42 | int flag; |