diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-01-22 20:25:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-01-22 20:25:09 +0000 |
commit | 43f555732483fd1b60a70968b71d3a01ef7d446a (patch) | |
tree | 9ac7c483eb8edd88cdb16e5f49b4c235f85c0eba /sbin/sysctl/pathconf.c | |
parent | a9e755d6a11ddb61c8eb50d4307c9611f1951a53 (diff) |
remove extra externs not needed because of unistd.h (rest of tree will be done later.. contact me if you want to help)
Diffstat (limited to 'sbin/sysctl/pathconf.c')
-rw-r--r-- | sbin/sysctl/pathconf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/sysctl/pathconf.c b/sbin/sysctl/pathconf.c index e597f4d255d..6879372febf 100644 --- a/sbin/sysctl/pathconf.c +++ b/sbin/sysctl/pathconf.c @@ -86,8 +86,6 @@ main(argc, argv) int argc; char *argv[]; { - extern char *optarg; - extern int optind; char *path; int ch; |