pulseaudio: fix dependencies for openssl-3
[oi-userland.git] / components / x11 / x11-protocols / patches / 03_x11proto.patch
blob32289583eb7737ed904cec9de686a4032fb7ac9c
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.
4 diff --git a/X.h b/X.h
5 index 5cf695d..d06886b 100644
6 --- a/include/X11/X.h
7 +++ b/include/X11/X.h
8 @@ -299,6 +299,7 @@ are reserved in the protocol for errors and replies. */
9 #define FamilyDECnet 1
10 #define FamilyChaos 2
11 #define FamilyInternet6 6 /* IPv6 */
12 +#define FamilyInternetV6 6 /* SUNSOFT - retained for backwards compatibility with original IPv6 draft */
14 /* authentication families not tied to a specific protocol */
15 #define FamilyServerInterpreted 5