Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 1997 23:50:01 -0800 (PST)
From:      Mike Pritchard <mpp>
To:        freebsd-bugs
Subject:   Re: misc/2728
Message-ID:  <199702230750.XAA26932@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/2728; it has been noted by GNATS.

From: Mike Pritchard <mpp>
To: freebsd-gnats-submit
Cc:  Subject: Re: misc/2728
Date: Sat, 22 Feb 1997 23:47:58 -0800 (PST)

 >Synopsis:       /usr/include/machine/endian.h:60: opt_cpu.h: No such file or dire
 
 /usr/include/machine/endian.h:60: opt_cpu.h: No such file or dire
 >How-To-Repeat:
 Try to translate Darren Reed's ip filter 
 (No problem on FreeBSD 2.1.6).
 
 The include file in question is only included when "KERNEL" is defined,
 which should not be the case for any normal userland programs.
 If the program really does need some of the #ifdef KERNEL stuff
 from other include files, try something like:
 
 #undef KERNEL
 #include <machine/endian.h>
 #define KERNEL
 
 Let me know if I can close this PR based on the above information.
 -- 
 Mike Pritchard
 mpp@FreeBSD.org
 "Go that way.  Really fast.  If something gets in your way, turn"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702230750.XAA26932>