]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - hunt/huntd/driver.c
Make the code for issuing talk requests to find players actually build.
[bsdgames-darwin.git] / hunt / huntd / driver.c
index e200b662d22fac04054920f23f7ce6ee9e63828e..5770e5542ec2da0702d05aa98b39368431906611 100644 (file)
@@ -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 */