Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2009 18:25:20 GMT
From:      Guy Harris <guy@alum.mit.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/133710: <net/bpf.h> and <netgraph/ng_message.h> should include <sys/ioccom.h>
Message-ID:  <200904131825.n3DIPKKU062339@www.freebsd.org>
Resent-Message-ID: <200904131830.n3DIU1AU086308@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904131825.n3DIPKKU062339>