diff --git a/sys/arch/alpha/stand/netboot/dev_net.c b/sys/arch/alpha/stand/netboot/dev_net.c index 15a22b85234b..d40006a6b4dc 100644 --- a/sys/arch/alpha/stand/netboot/dev_net.c +++ b/sys/arch/alpha/stand/netboot/dev_net.c @@ -1,4 +1,4 @@ -/* $NetBSD: dev_net.c,v 1.11 2002/11/09 06:34:38 thorpej Exp $ */ +/* $NetBSD: dev_net.c,v 1.12 2003/03/19 17:21:41 drochner Exp $ */ /* * Copyright (c) 1995 Gordon W. Ross @@ -87,13 +87,8 @@ struct in_addr gateip; /* swap ip address */ n_long netmask; /* subnet or net mask */ char rootpath[FNAME_SIZE]; - -int hostnamelen; char hostname[FNAME_SIZE]; -int domainnamelen; -char domainname[FNAME_SIZE]; - /* * Local things... */ diff --git a/sys/arch/sbmips/stand/netboot/dev_net.c b/sys/arch/sbmips/stand/netboot/dev_net.c index 95fb3ead908a..be09c502e6bf 100644 --- a/sys/arch/sbmips/stand/netboot/dev_net.c +++ b/sys/arch/sbmips/stand/netboot/dev_net.c @@ -1,4 +1,4 @@ -/* $NetBSD: dev_net.c,v 1.1 2002/11/09 06:20:41 cgd Exp $ */ +/* $NetBSD: dev_net.c,v 1.2 2003/03/19 17:21:42 drochner Exp $ */ /* * Copyright (c) 1995 Gordon W. Ross @@ -87,13 +87,8 @@ struct in_addr gateip; /* swap ip address */ n_long netmask; /* subnet or net mask */ char rootpath[FNAME_SIZE]; - -int hostnamelen; char hostname[FNAME_SIZE]; -int domainnamelen; -char domainname[FNAME_SIZE]; - /* * Local things... */