diff options
Diffstat (limited to 'coreutils/cksum.c')
-rw-r--r-- | coreutils/cksum.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/cksum.c b/coreutils/cksum.c index 3a77c753a..8e65b1ca3 100644 --- a/coreutils/cksum.c +++ b/coreutils/cksum.c | |||
@@ -4,8 +4,8 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 2006 by Rob Sullivan, with ideas from code by Walter Harms | 5 | * Copyright (C) 2006 by Rob Sullivan, with ideas from code by Walter Harms |
6 | * | 6 | * |
7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ | 7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
8 | 8 | */ | |
9 | #include "libbb.h" | 9 | #include "libbb.h" |
10 | 10 | ||
11 | int cksum_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 11 | int cksum_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |