8N/ANeed to retain FamilyInternetV6 for backwards compatibility with CDE and other
8N/Asources written to the original X11/IPv6 draft which was included in Solaris 9.
8N/A
1179N/Adiff --git a/X.h b/X.h
1179N/Aindex 5cf695d..d06886b 100644
1179N/A--- a/X.h
1179N/A+++ b/X.h
1179N/A@@ -299,6 +299,7 @@ are reserved in the protocol for errors and replies. */
8N/A #define FamilyDECnet 1
8N/A #define FamilyChaos 2
8N/A #define FamilyInternet6 6 /* IPv6 */
8N/A+#define FamilyInternetV6 6 /* SUNSOFT - retained for backwards compatibility with original IPv6 draft */
8N/A
8N/A /* authentication families not tied to a specific protocol */
8N/A #define FamilyServerInterpreted 5