[openib-general] [PATCH] Change AF_INET_SDP to 27

Tom Duffy tduffy at sun.com
Thu Feb 10 19:53:30 PST 2005


It appears AF_LLC is already 26 in include/linux/socket.h.  Change SDP
to 27.

Signed-off-by: Tom Duffy <tduffy at sun.com>

Index: drivers/infiniband/ulp/sdp/sdp_sock.h
===================================================================
--- drivers/infiniband/ulp/sdp/sdp_sock.h	(revision 1766)
+++ drivers/infiniband/ulp/sdp/sdp_sock.h	(working copy)
@@ -28,7 +28,7 @@
  * functions (e.g bind, connect, etc.) Either AF_INET or AF_INET_SDP can
  * be used with a SDP socket.
  */
-#define AF_INET_SDP   26
+#define AF_INET_SDP   27
 #define PF_INET_SDP   AF_INET_SDP
 /*
  * Socket option level for SDP specific parameters.




More information about the general mailing list