commit | 1e04ea388f5f673f44503052d0f8873e4017abc3 | [log] [tgz] |
---|---|---|
author | Matt Kraai <kraai@debian.org> | Thu Apr 12 21:38:06 2001 +0000 |
committer | Matt Kraai <kraai@debian.org> | Thu Apr 12 21:38:06 2001 +0000 |
tree | bc9146b79f0892a753a1185698b00eccb10e92c2 | |
parent | d6cde0bcf43903c9f691ee7e745891f713419a9b [diff] [blame] |
Fix dos2unix/tr problem noted by Larry Doolittle.
diff --git a/dos2unix.c b/dos2unix.c index 8308c41..4ca6658 100644 --- a/dos2unix.c +++ b/dos2unix.c
@@ -32,7 +32,7 @@ #include "busybox.h" // if fn is NULL then input is stdin and output is stdout -extern int convert(char *fn, int ConvType) { +static int convert(char *fn, int ConvType) { char c; char *tempFn = NULL; FILE *in = stdin, *out = stdout;