diff --git a/sys/arch/i386/stand/netboot/dev_net.c b/sys/arch/i386/stand/netboot/dev_net.c index 92a4c1a9bec9..b511fb02554b 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.9 2000/07/30 06:11:38 simonb Exp $ */ +/* $NetBSD: dev_net.c,v 1.10 2002/01/24 02:37:53 gson 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; - -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; /*