Date: Tue, 3 Dec 1996 08:23:17 -0800 (PST) From: wilcox@nosc.mil To: FreeBSD-gnats-submit@freebsd.org Subject: docs/2143: man bpf Message-ID: <199612031623.IAA01440@primo.nosc.mil> Resent-Message-ID: <199612031630.IAA26704@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <sys/types.h>
#include <sys/time.h>
#include <sys/ioctl.h>
#include <net/bpf.h>
#include <net/if.h>
main(argc, argv)
int argc;
char **argv;
{
}
>How-To-Repeat:
See "Description" above.
>Fix:
No idea.
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612031623.IAA01440>
