diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-03-21 13:20:49 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-03-21 13:20:49 +0000 |
| commit | d476a036e28a06aadb6a33050af920f3f99fbb8c (patch) | |
| tree | 7889a8c6dd8258adf78b1be9e93d2baefad6abb1 /sbin/sysctl | |
| parent | 854299908ccfad3f3d42b5b24443e15bbc03471c (diff) | |
Notes
Diffstat (limited to 'sbin/sysctl')
| -rw-r--r-- | sbin/sysctl/pathconf.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/sysctl/pathconf.c b/sbin/sysctl/pathconf.c index 73777e37dca0..ed62a7888974 100644 --- a/sbin/sysctl/pathconf.c +++ b/sbin/sysctl/pathconf.c @@ -81,10 +81,10 @@ struct list pclist = { pcnames, PC_MAXID }; int Aflag, aflag, nflag, wflag, stdinflag; -int findname __P((char *, char *, char**, struct list *)); -void listall __P((char *, struct list *)); -void parse __P((char *, char *, int)); -static void usage __P((void)); +int findname(char *, char *, char**, struct list *); +void listall(char *, struct list *); +void parse(char *, char *, int); +static void usage(void); int main(argc, argv) |
