diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2000-04-04 14:12:35 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2000-04-04 14:12:35 +0000 |
| commit | 508424d139074d71e44f1128800f9465e477a921 (patch) | |
| tree | 78a13a133ad23284e104a40c8e7dca086cd5a72a /bin/chflags | |
| parent | afb8931fa8063708f71bc319251d9c2b91998ddd (diff) | |
Notes
Diffstat (limited to 'bin/chflags')
| -rw-r--r-- | bin/chflags/chflags.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chflags/chflags.c b/bin/chflags/chflags.c index 784243e10268..c19c7e4994a3 100644 --- a/bin/chflags/chflags.c +++ b/bin/chflags/chflags.c @@ -56,7 +56,7 @@ static const char rcsid[] = #include <string.h> #include <unistd.h> -extern u_long setflags __P((char **, u_long *, u_long *)); +int setflags __P((char **, u_long *, u_long *)); void usage __P((void)); |
