diff options
author | mux <mux@FreeBSD.org> | 2003-01-29 21:46:12 +0000 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2003-01-29 21:46:12 +0000 |
commit | 4290218dea7dffb38cefdcf4c5c8b750021b34d4 (patch) | |
tree | ad6d5c82c56bca6d84edb4f908571b9ebcb59700 /bin | |
parent | 7ecaf1e74bffb4dfd756bec0107371c2ef1d6fc4 (diff) | |
download | FreeBSD-src-4290218dea7dffb38cefdcf4c5c8b750021b34d4.zip FreeBSD-src-4290218dea7dffb38cefdcf4c5c8b750021b34d4.tar.gz |
Remove now unnecessary main() prototype.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/chmod/chmod.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/chmod/chmod.c b/bin/chmod/chmod.c index 5014d43..c90c7b3 100644 --- a/bin/chmod/chmod.c +++ b/bin/chmod/chmod.c @@ -57,7 +57,6 @@ __FBSDID("$FreeBSD$"); #include <string.h> #include <unistd.h> -int main(int, char *[]); void usage(void); int |