Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2008 02:26:27 GMT
From:      Ryan French <rfrench@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 151082 for review
Message-ID:  <200810070226.m972QRNA093717@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=151082

Change 151082 by rfrench@rfrench_mpls on 2008/10/07 02:26:19

	Made changes to socket.h as per email from Andrew Thompson

Affected files ...

.. //depot/projects/soc2008/rfrench_mpls/sys/socket.h#4 edit

Differences ...

==== //depot/projects/soc2008/rfrench_mpls/sys/socket.h#4 (text+ko) ====

@@ -209,14 +209,14 @@
 #define	AF_ARP		35
 #define	AF_BLUETOOTH	36		/* Bluetooth sockets */
 #define	AF_IEEE80211	37		/* IEEE 802.11 protocol */
-#define	AF_MAX		38
+#define AF_MPLS		38		/* MPLS protocol */
+#define	AF_MAX		39	
 /*
  * When allocating a new AF_ constant, please only allocate
  * even numbered constants for FreeBSD until 134 as odd numbered AF_
  * constants 39-133 are now reserved for vendors.
  */
 #define AF_VENDOR00 39	
-#define AF_MPLS		40		/* MPLS protocol */	
 #define AF_VENDOR01 41
 #define AF_VENDOR02 43
 #define AF_VENDOR03 45



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810070226.m972QRNA093717>