From owner-freebsd-bugs Sat Feb 22 23:50:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA26951 for bugs-outgoing; Sat, 22 Feb 1997 23:50:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA26932; Sat, 22 Feb 1997 23:50:01 -0800 (PST) Date: Sat, 22 Feb 1997 23:50:01 -0800 (PST) Message-Id: <199702230750.XAA26932@freefall.freebsd.org> To: freebsd-bugs Cc: From: Mike Pritchard Subject: Re: misc/2728 Reply-To: Mike Pritchard Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR misc/2728; it has been noted by GNATS. From: Mike Pritchard 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 #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"