From 1e04ea388f5f673f44503052d0f8873e4017abc3 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Thu, 12 Apr 2001 21:38:06 +0000 Subject: Fix dos2unix/tr problem noted by Larry Doolittle. --- dos2unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dos2unix.c') diff --git a/dos2unix.c b/dos2unix.c index 8308c4179..4ca665841 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; -- cgit v1.2.3