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

Tom Duffy tduffy at sun.com
Thu Feb 10 20:01:01 PST 2005


Oops.  I only changed it one place.  Why is it defined in two places?

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.
Index: drivers/infiniband/ulp/sdp/sdp_inet.h
===================================================================
--- drivers/infiniband/ulp/sdp/sdp_inet.h	(revision 1766)
+++ drivers/infiniband/ulp/sdp/sdp_inet.h	(working copy)
@@ -27,7 +27,7 @@
 /*
  * constants shared between user and kernel space.
  */
-#define AF_INET_SDP 26		/* SDP socket protocol family */
+#define AF_INET_SDP 27		/* SDP socket protocol family */
 #define AF_INET_STR "AF_INET_SDP"	/* SDP enabled environment variable */
 
 #endif /* _SDP_INET_H */




More information about the general mailing list