From wilcox@primo.nosc.mil  Tue Dec  3 08:22:01 1996
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 <FreeBSD-gnats-submit@freebsd.org>; 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
Subject: man bpf 
X-Send-Pr-Version: 3.2

>Number:         2143
>Category:       docs
>Synopsis:       man bpf ioctl include files don't compile
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec  3 08:30:02 PST 1996
>Closed-Date:    Sat Dec 14 10:47:48 PST 1996
>Last-Modified:  Sat Dec 14 10:48:34 PST 1996
>Originator:     Dwight R. Wilcox
>Release:        FreeBSD 2.2-961014-SNAP i386
>Organization:
Code 4122, NRaD, San Diego, CA 92152
>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.

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: mpp 
State-Changed-When: Sat Dec 14 10:47:48 PST 1996 
State-Changed-Why:  
The include file list was updated to list all of  
the files that are required for the program 
to compile. 
>Unformatted:
