Bogus include in src/sys/net80211/ieee80211_ioctl.c

Conrad J. Sabatier conrads at cox.net
Tue Apr 6 04:46:16 PDT 2004


[snip]
#include <sys/cdefs.h>
__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 <conrads at cox.net> - "In Unix veritas"



More information about the freebsd-current mailing list