summaryrefslogtreecommitdiffstats
path: root/usr.bin/touch
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-08-19 03:07:56 +0000
committerjmallett <jmallett@FreeBSD.org>2002-08-19 03:07:56 +0000
commit2b6e4e1504c52fa78fbca036c0a7b8cdda7d5468 (patch)
tree8df832051a6a2104a7700a03af518a79001e6eeb /usr.bin/touch
parentbd88fce4f373f821b7282c996b07026c9dea8a44 (diff)
downloadFreeBSD-src-2b6e4e1504c52fa78fbca036c0a7b8cdda7d5468.zip
FreeBSD-src-2b6e4e1504c52fa78fbca036c0a7b8cdda7d5468.tar.gz
Remove local prototypes for main().
Diffstat (limited to 'usr.bin/touch')
-rw-r--r--usr.bin/touch/touch.c1
1 files changed, 0 insertions, 1 deletions
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 <time.h>
#include <unistd.h>
-int main(int, char *[]);
int rw(char *, struct stat *, int);
void stime_arg1(char *, struct timeval *);
void stime_arg2(char *, int, struct timeval *);
OpenPOWER on IntegriCloud