summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/driver.c
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2014-03-29 20:10:10 +0000
committerdholland <dholland@NetBSD.org>2014-03-29 20:10:10 +0000
commit69e736d4a907daf72fc3e2b718e3c8bd2424a429 (patch)
tree7f6b9577261ba8a58fc298ec274b6ed13a4cd029 /hunt/huntd/driver.c
parentb432256ee8cb43f841c457f6d542c54fc98291e0 (diff)
downloadbsdgames-darwin-69e736d4a907daf72fc3e2b718e3c8bd2424a429.tar.gz
bsdgames-darwin-69e736d4a907daf72fc3e2b718e3c8bd2424a429.tar.zst
bsdgames-darwin-69e736d4a907daf72fc3e2b718e3c8bd2424a429.zip
Make the code for issuing talk requests to find players actually build.
Diffstat (limited to 'hunt/huntd/driver.c')
-rw-r--r--hunt/huntd/driver.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/hunt/huntd/driver.c b/hunt/huntd/driver.c
index e200b662..5770e554 100644
--- a/hunt/huntd/driver.c
+++ b/hunt/huntd/driver.c
@@ -1,4 +1,4 @@
-/* $NetBSD: driver.c,v 1.24 2014/03/29 19:41:10 dholland Exp $ */
+/* $NetBSD: driver.c,v 1.25 2014/03/29 20:10:10 dholland Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
* All rights reserved.
@@ -32,7 +32,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: driver.c,v 1.24 2014/03/29 19:41:10 dholland Exp $");
+__RCSID("$NetBSD: driver.c,v 1.25 2014/03/29 20:10:10 dholland Exp $");
#endif /* not lint */
#include <sys/ioctl.h>
@@ -47,8 +47,8 @@ __RCSID("$NetBSD: driver.c,v 1.24 2014/03/29 19:41:10 dholland Exp $");
static SOCKET Daemon;
-static char *First_arg; /* pointer to argv[0] */
-static char *Last_arg; /* pointer to end of argv/environ */
+char *First_arg; /* pointer to argv[0] */
+char *Last_arg; /* pointer to end of argv/environ */
#ifdef INTERNET
static int Test_socket; /* test socket to answer datagrams */