Subject: port-i386/2439: i386 netboot won't compile
To: None <gnats-bugs@NetBSD.ORG>
From: None <dms@celtech.com>
List: netbsd-bugs
Date: 05/19/1996 14:52:58
>Number:         2439
>Category:       port-i386
>Synopsis:       netboot won't compile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnats-admin (GNATS administrator)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun May 19 16:20:05 1996
>Last-Modified:
>Originator:     David M. Stanhope Dms
>Organization:
cts.celtech.com
>Release:        May 18, 1996
>Environment:
System: NetBSD netbsd.celtech.com 1.1B NetBSD 1.1B (NETBSD) #0: Sat May 18 07:10:09 PDT 1996 dms@netbsd.celtech.com:/usr2/src/sys/arch/i386/compile/NETBSD i386


>Description:
	The netboot files in /usr/src/sys/arch/i386/netboot don't compile,
	they complain about can't include <sys/param.h>, there is a local
	'param.h', but it is not found and since the CFLAGS have -nostdinc,
	<sys/param.h> can't be found.
>How-To-Repeat:
	cd usr/src/sys/arch/i386/netboot
	make
>Fix:
	In the files:
		arp.c main.c packet.c tftp.c
	change the <sys/param.h> to "param.h"
	after this all compiles fine.

>Audit-Trail:
>Unformatted: