To: None <banshee@gabriella.abattoir.com>
From: Chris G Demetriou <Chris_G_Demetriou@ux2.sp.cs.cmu.edu>
List: netbsd-bugs
Date: 12/22/1996 20:36:57
> >Description:
> fortune bails on compile due to use of <machine/machine.h>
> lacking <sys/types.h> includes.
> >How-To-Repeat:
> make in /usr/src/games/fortune/fortune
> >Fix:
> Change <machine/machine.h> to <sys/types.h>.
Huh?
"not as far as i can tell.
1436 [bunnahabhain] fortune % pwd
/usr/src/games/fortune
1437 [bunnahabhain] fortune % grep machine */*.[ch]
unstr/unstr.c:# include <machine/endian.h>
Not only is there no inclusion (as far as i can tell), it builds fine
for me...
chris