-/* $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.
#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>
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 */