summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'hunt/huntd/driver.c')
-rw-r--r--hunt/huntd/driver.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/hunt/huntd/driver.c b/hunt/huntd/driver.c
index 4b06af91..fdfdfe46 100644
--- a/hunt/huntd/driver.c
+++ b/hunt/huntd/driver.c
@@ -1,4 +1,4 @@
-/* $NetBSD: driver.c,v 1.5 1997/10/20 00:37:16 lukem Exp $ */
+/* $NetBSD: driver.c,v 1.6 2000/04/14 05:58:03 simonb Exp $ */
/*
* Hunt
* Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold
@@ -7,7 +7,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: driver.c,v 1.5 1997/10/20 00:37:16 lukem Exp $");
+__RCSID("$NetBSD: driver.c,v 1.6 2000/04/14 05:58:03 simonb Exp $");
#endif /* not lint */
# include <sys/ioctl.h>
@@ -72,8 +72,6 @@ main(ac, av, ep)
static fd_set read_fds;
static FLAG first = TRUE;
static FLAG server = FALSE;
- extern int optind;
- extern char *optarg;
int c;
static struct timeval linger = { 90, 0 };