From 7349f5c301d4d97260f86608ce7cc0fa6c55c818 Mon Sep 17 00:00:00 2001 From: drochner Date: Wed, 19 Mar 2003 17:21:41 +0000 Subject: [PATCH] "bootparam" specific variables are defined in libsa/bootparam.c now. --- sys/arch/alpha/stand/netboot/dev_net.c | 7 +------ sys/arch/sbmips/stand/netboot/dev_net.c | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) 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... */