Subject: Re: make build dies.
To: thecure <mda@lame.mame.mu.oz.au>
From: Bernd Ernesti <netbsd@arresum.inka.de>
List: current-users
Date: 03/28/1995 19:06:42
Hi,
> I run this... ( cd /usr/src && sup -sdev && make build && make build )
>
> cc -O -DLIBC_SCCS -c /usr/ftp/usr/src/lib/libkvm/kvm_file.c
> /usr/ftp/usr/src/lib/libkvm/kvm_file.c: In function `kvm_deadfiles':
> /usr/ftp/usr/src/lib/libkvm/kvm_file.c:83: storage size of `file' isn't known
> /usr/ftp/usr/src/lib/libkvm/kvm_file.c:84: storage size of `filehead' isn't known
[..]
Thats due to the changes of KERNEL to _KERNEL in many include files.
I send a mail with send-pr some minutes ago to report this (it includes a
patch for that problem).
You need to change KERNEL to _KERNEL in this files:
games/battlestar/com6.c
libexec/identd/netbsd.c
sbin/mount_nfs/mount_nfs.c
usr.bin/kdump/kdump.c
usr.bin/fstat/fstat.c
usr.bin/ipcs/ipcs.c
usr.bin/netstat/mroute.c
usr.bin/netstat/route.c
usr.bin/netstat/unix.c
usr.sbin/pstat/pstat.c
lib/libkvm/kvm_file.c
lib/libkvm/kvm_getfiles.3
share/man/man5/dir.5
Bernd