Author: kevlo Date: Thu Jun 13 01:29:54 2013 New Revision: 251673 URL: http://svnweb.freebsd.org/changeset/base/251673
Log: Add PF_IEEE80211 definition. Reviewed by: rpaulo Modified: head/sys/sys/socket.h Modified: head/sys/sys/socket.h ============================================================================== --- head/sys/sys/socket.h Thu Jun 13 00:19:30 2013 (r251672) +++ head/sys/sys/socket.h Thu Jun 13 01:29:54 2013 (r251673) @@ -352,6 +352,7 @@ struct sockproto { #define PF_SCLUSTER AF_SCLUSTER #define PF_ARP AF_ARP #define PF_BLUETOOTH AF_BLUETOOTH +#define PF_IEEE80211 AF_IEEE80211 #define PF_MAX AF_MAX _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"