Subject: Re: IPF and ALTQ with 1.6_STABLE
To: None <tech-kern@netbsd.org>
From: Matthew Mondor <mmondor@gobot.ca>
List: tech-kern
Date: 12/22/2002 01:13:46
On Sat, Dec 21, 2002 at 03:38:33PM -0500, Matthew Mondor wrote:
> I wasn't sure about this.. well everything I have seems to still work,
> but IPF
After using the system more, I also noticed that header files seem corrupt,
#include <sys/types.h>
Results in
/usr/include/sys/types.h:47: machine/types.h: No such file or directory
/usr/include/sys/types.h:49: machine/ansi.h: No such file or directory
mmondor@gobot:~/src/work/mmsoftware/mmftpd/src$ ls -l /usr/include/machine
lrwxr-xr-x 1 root wheel 4 Dec 20 08:03 /usr/include/machine -> i386
mmondor@gobot:~/src/work/mmsoftware/mmftpd/src$ ls -l /usr/include/i386
total 34
-r--r--r-- 1 root wheel 2515 Dec 17 18:03 int_const.h
-r--r--r-- 1 root wheel 8658 Dec 17 18:03 int_fmtio.h
-r--r--r-- 1 root wheel 6081 Dec 17 18:03 int_limits.h
-r--r--r-- 1 root wheel 3460 Dec 17 18:03 int_mwgwtypes.h
-r--r--r-- 1 root wheel 2706 Dec 17 18:03 int_types.h
-r--r--r-- 1 root wheel 5297 Dec 17 18:03 mtrr.h
-r--r--r-- 1 root wheel 2091 Dec 17 18:03 pmc.h
Although this is not really kernel related, I thought it would be interesting
to follow my thread by this message. I suspect the sysinst upgrade process to
be broken...
Matt