From nobody@FreeBSD.org  Mon Apr 13 18:25:22 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5F2981065839
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 13 Apr 2009 18:25:21 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 1049C8FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 13 Apr 2009 18:25:21 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n3DIPKDe062340
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 13 Apr 2009 18:25:20 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n3DIPKKU062339;
	Mon, 13 Apr 2009 18:25:20 GMT
	(envelope-from nobody)
Message-Id: <200904131825.n3DIPKKU062339@www.freebsd.org>
Date: Mon, 13 Apr 2009 18:25:20 GMT
From: Guy Harris <guy@alum.mit.edu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: <net/bpf.h> and <netgraph/ng_message.h> should include <sys/ioccom.h>
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         133710
>Category:       kern
>Synopsis:       [headers] 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:  Sun Jul 18 19:58:01 UTC 2010
>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:
