From ca1294612cf87a94cab0d2826b1d8ee8ec0cf05c Mon Sep 17 00:00:00 2001 From: thorpej Date: Sun, 24 Feb 2002 01:51:04 +0000 Subject: [PATCH] Remove some globals defined in libsa. --- sys/arch/i386/stand/netboot/dev_net.c | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/sys/arch/i386/stand/netboot/dev_net.c b/sys/arch/i386/stand/netboot/dev_net.c index 499a2d486fd4..79a324739f90 100644 --- a/sys/arch/i386/stand/netboot/dev_net.c +++ b/sys/arch/i386/stand/netboot/dev_net.c @@ -1,4 +1,4 @@ -/* $NetBSD: dev_net.c,v 1.11 2002/02/02 18:53:12 gson Exp $ */ +/* $NetBSD: dev_net.c,v 1.12 2002/02/24 01:51:04 thorpej Exp $ */ /* * Copyright (c) 1995 Gordon W. Ross @@ -58,23 +58,6 @@ void bootp __P((int)); #endif -struct in_addr myip; /* init'ed as INADDR_ANY */ -struct in_addr rootip, gateip; -n_long netmask = 0xffffff00; - -char rootpath[FNAME_SIZE] = "/"; -char bootfile[FNAME_SIZE]; - -char hostname[FNAME_SIZE]; /* our hostname */ -int hostnamelen; - -#ifdef SUPPORT_BOOTPARAM -char domainname[FNAME_SIZE]; /* our DNS domain, not used */ -int domainnamelen; -#endif - -u_char bcea[6] = BA; - static int netdev_sock = -1; /*