From 2b6e4e1504c52fa78fbca036c0a7b8cdda7d5468 Mon Sep 17 00:00:00 2001 From: jmallett Date: Mon, 19 Aug 2002 03:07:56 +0000 Subject: Remove local prototypes for main(). --- usr.bin/touch/touch.c | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.bin/touch') diff --git a/usr.bin/touch/touch.c b/usr.bin/touch/touch.c index ce2e712..7482674 100644 --- a/usr.bin/touch/touch.c +++ b/usr.bin/touch/touch.c @@ -58,7 +58,6 @@ static const char sccsid[] = "@(#)touch.c 8.1 (Berkeley) 6/6/93"; #include #include -int main(int, char *[]); int rw(char *, struct stat *, int); void stime_arg1(char *, struct timeval *); void stime_arg2(char *, int, struct timeval *); -- cgit v1.1