diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-03-22 01:22:50 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-03-22 01:22:50 +0000 |
| commit | f1bb2cd2aa7488657658fbc09aae2ead579049ab (patch) | |
| tree | 6ba560b9c74ad4aa7b2711587ec42a969bdca745 /bin/chflags | |
| parent | 9f6092398b2ada850e3149754f08600fdff7caaa (diff) | |
Notes
Diffstat (limited to 'bin/chflags')
| -rw-r--r-- | bin/chflags/chflags.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/chflags/chflags.c b/bin/chflags/chflags.c index bc2ca62f3187..ebd3a7ebb3b7 100644 --- a/bin/chflags/chflags.c +++ b/bin/chflags/chflags.c @@ -57,8 +57,8 @@ __FBSDID("$FreeBSD$"); #include <string.h> #include <unistd.h> -int main __P((int, char *[])); -void usage __P((void)); +int main(int, char *[]); +void usage(void); int main(argc, argv) |
