From owner-freebsd-current@FreeBSD.ORG Tue Apr 6 04:46:16 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE8B316A4CE for ; Tue, 6 Apr 2004 04:46:16 -0700 (PDT) Received: from lakermmtao05.cox.net (lakermmtao05.cox.net [68.230.240.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48C3543D2D for ; Tue, 6 Apr 2004 04:46:16 -0700 (PDT) (envelope-from conrads@ip68-14-60-78.no.no.cox.net) Received: from ip68-14-60-78.no.no.cox.net ([68.14.60.78]) by lakermmtao05.cox.netESMTP <20040406114542.FDCS6643.lakermmtao05.cox.net@ip68-14-60-78.no.no.cox.net> for ; Tue, 6 Apr 2004 07:45:42 -0400 Received: from ip68-14-60-78.no.no.cox.net (localhost [127.0.0.1]) i36BjgLb067190 for ; Tue, 6 Apr 2004 06:45:42 -0500 (CDT) (envelope-from conrads@ip68-14-60-78.no.no.cox.net) Received: (from conrads@localhost)i36BjbVg067188 for freebsd-current@freebsd.org; Tue, 6 Apr 2004 06:45:37 -0500 (CDT) (envelope-from conrads) Date: Tue, 6 Apr 2004 06:45:36 -0500 From: "Conrad J. Sabatier" To: freebsd-current@freebsd.org Message-ID: <20040406114536.GA47603@cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: Bogus include in src/sys/net80211/ieee80211_ioctl.c X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Apr 2004 11:46:16 -0000 [snip] #include __FBSDID("$FreeBSD: src/sys/net80211/ieee80211_ioctl.c,v 1.13 2004/03/30 22:57:57 sam Exp $"); /* * IEEE 802.11 ioctl support (FreeBSD-specific) */ #include "opt_inet.h" /* #include "opt_ipx.h" */ This last include (which I had to comment out to get the file to compile) seems bogus to me. There *is* no opt_ipx.h. I believe it should be removed. -- Conrad Sabatier - "In Unix veritas"