svn commit: r251673 - head/sys/sys

Kevin Lo kevlo at FreeBSD.org
Thu Jun 13 01:29:54 UTC 2013


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
 


More information about the svn-src-head mailing list