>Number: 133710
>Category: kern
>Synopsis: <net/bpf.h> and <netgraph/ng_message.h> should include <sys/ioccom.h>
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Apr 13 18:30:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Guy Harris
>Release: Top of tree
>Organization:
>Environment:
>Description:
It uses the _IO macros to define various ioctl codes; it should include <sys/ioccom.h> so that code using doesn't have to include <sys/ioccom.h> itself or include something that includes <sys/ioccom.h>. <sys/ioccom.h> was not, when I originally created it in SunOS 4.0, intended to be included by .c files; it was intended to be included by headers that define ioctls.
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"