summaryrefslogtreecommitdiffstats
path: root/bin/chmod
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2003-01-29 21:46:12 +0000
committermux <mux@FreeBSD.org>2003-01-29 21:46:12 +0000
commit4290218dea7dffb38cefdcf4c5c8b750021b34d4 (patch)
treead6d5c82c56bca6d84edb4f908571b9ebcb59700 /bin/chmod
parent7ecaf1e74bffb4dfd756bec0107371c2ef1d6fc4 (diff)
downloadFreeBSD-src-4290218dea7dffb38cefdcf4c5c8b750021b34d4.zip
FreeBSD-src-4290218dea7dffb38cefdcf4c5c8b750021b34d4.tar.gz
Remove now unnecessary main() prototype.
Diffstat (limited to 'bin/chmod')
-rw-r--r--bin/chmod/chmod.c1
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
OpenPOWER on IntegriCloud