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/ping6/ping6.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/ping6/ping6.c')
-rw-r--r-- | sbin/ping6/ping6.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/ping6/ping6.c b/sbin/ping6/ping6.c index 1e01de66857..5f26066c92e 100644 --- a/sbin/ping6/ping6.c +++ b/sbin/ping6/ping6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ping6.c,v 1.1 1999/12/11 08:43:19 itojun Exp $ */ +/* $OpenBSD: ping6.c,v 1.2 2000/01/22 20:25:05 deraadt Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -246,8 +246,6 @@ main(argc, argv) int argc; char *argv[]; { - extern int errno, optind; - extern char *optarg; struct itimerval itimer; struct sockaddr_in6 from; struct timeval timeout; |