From owner-freebsd-bugs Tue Dec 3 08:30:05 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA26713 for bugs-outgoing; Tue, 3 Dec 1996 08:30:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA26704; Tue, 3 Dec 1996 08:30:03 -0800 (PST) Resent-Date: Tue, 3 Dec 1996 08:30:03 -0800 (PST) Resent-Message-Id: <199612031630.IAA26704@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, wilcox@nosc.mil Received: from primo.nosc.mil (primo.nosc.mil [128.49.219.121]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id IAA26030 for ; Tue, 3 Dec 1996 08:22:01 -0800 (PST) Received: (from wilcox@localhost) by primo.nosc.mil (8.7.6/8.7.3) id IAA01440; Tue, 3 Dec 1996 08:23:17 -0800 (PST) Message-Id: <199612031623.IAA01440@primo.nosc.mil> Date: Tue, 3 Dec 1996 08:23:17 -0800 (PST) From: wilcox@nosc.mil Reply-To: wilcox@nosc.mil To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/2143: man bpf Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2143 >Category: docs >Synopsis: man bpf ioctl include files don't compile >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Dec 3 08:30:02 PST 1996 >Last-Modified: >Originator: Dwight R. Wilcox >Organization: Code 4122, NRaD, San Diego, CA 92152 >Release: FreeBSD 2.2-961014-SNAP i386 >Environment: bpfilter has been included in kernel configuration. >Description: The "bpf" man page lists the include files needed for the ioctl's. However, if you try to compile the following, it generates all kinds of errors from the /usr/include/net/if.h file. #include #include #include #include #include main(argc, argv) int argc; char **argv; { } >How-To-Repeat: See "Description" above. >Fix: No idea. >Audit-Trail: >Unformatted: