diff options
author | jmallett <jmallett@FreeBSD.org> | 2002-08-19 03:07:56 +0000 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2002-08-19 03:07:56 +0000 |
commit | 2b6e4e1504c52fa78fbca036c0a7b8cdda7d5468 (patch) | |
tree | 8df832051a6a2104a7700a03af518a79001e6eeb /bin | |
parent | bd88fce4f373f821b7282c996b07026c9dea8a44 (diff) | |
download | FreeBSD-src-2b6e4e1504c52fa78fbca036c0a7b8cdda7d5468.zip FreeBSD-src-2b6e4e1504c52fa78fbca036c0a7b8cdda7d5468.tar.gz |
Remove local prototypes for main().
Diffstat (limited to 'bin')
-rw-r--r-- | bin/chflags/chflags.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/chflags/chflags.c b/bin/chflags/chflags.c index ebd3a7e..b2e6c23 100644 --- a/bin/chflags/chflags.c +++ b/bin/chflags/chflags.c @@ -57,7 +57,6 @@ __FBSDID("$FreeBSD$"); #include <string.h> #include <unistd.h> -int main(int, char *[]); void usage(void); int |