open-src/proto/x11proto/X.h-patch
changeset 1179 4ad971e180c3
parent 253 88e5aa1fb5f9
equal deleted inserted replaced
1178:859fc7cfa429 1179:4ad971e180c3
     1 Need to retain FamilyInternetV6 for backwards compatibility with CDE and other
     1 Need to retain FamilyInternetV6 for backwards compatibility with CDE and other
     2 sources written to the original X11/IPv6 draft which was included in Solaris 9.
     2 sources written to the original X11/IPv6 draft which was included in Solaris 9.
     3 
     3 
     4 --- X.h	Mon Apr 10 17:55:35 2006
     4 diff --git a/X.h b/X.h
     5 +++ X.h	Mon Apr 10 18:46:35 2006
     5 index 5cf695d..d06886b 100644
     6 @@ -303,6 +303,7 @@
     6 --- a/X.h
       
     7 +++ b/X.h
       
     8 @@ -299,6 +299,7 @@ are reserved in the protocol for errors and replies. */
     7  #define FamilyDECnet		1
     9  #define FamilyDECnet		1
     8  #define FamilyChaos		2
    10  #define FamilyChaos		2
     9  #define FamilyInternet6		6	/* IPv6 */
    11  #define FamilyInternet6		6	/* IPv6 */
    10 +#define FamilyInternetV6	6	/* SUNSOFT - retained for backwards compatibility with original IPv6 draft  */
    12 +#define FamilyInternetV6	6	/* SUNSOFT - retained for backwards compatibility with original IPv6 draft  */
    11  
    13