aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/touch
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2002-08-19 03:07:56 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2002-08-19 03:07:56 +0000
commit3a7fc8ce5965f32b43428fe33fb1d0546fdbb782 (patch)
tree8df832051a6a2104a7700a03af518a79001e6eeb /usr.bin/touch
parent4a0193d39e1d7c37c38c26a209497cde74c35bcd (diff)
downloadsrc-3a7fc8ce5965f32b43428fe33fb1d0546fdbb782.tar.gz
src-3a7fc8ce5965f32b43428fe33fb1d0546fdbb782.zip
Remove local prototypes for main().
Notes
Notes: svn path=/head/; revision=102084
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 ce2e712815bd..7482674c86d4 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 *);