this allows current to compile on OpenBSD.  Originally from itojun.
-- 
Todd Fries .. [EMAIL PROTECTED]


Free Daemon Consulting, LLC                    Land: 405-748-4596
http://FreeDaemonConsulting.com              Mobile: 405-203-6124
"..in support of free software solutions."

Key fingerprint: 37E7 D3EB 74D0 8D66 A68D  B866 0326 204E 3F42 004A
            Key: http://todd.fries.net/pgp.txt

(last updated 2003/03/13 07:14:10)

----- Forwarded message from "Todd T. Fries" <[EMAIL PROTECTED]> -----

Date: Fri, 11 Jul 2003 20:19:48 -0500 (CDT)
From: "Todd T. Fries" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: v6 fix for x current
X-Spam-Status: No, hits=0.000000 required=0.900000

Index: socket.c
===================================================================
RCS file: /u/todd/src/XFree86/cvs/xc/programs/xdm/socket.c,v
retrieving revision 3.11
diff -u -r3.11 socket.c
--- socket.c    9 Jul 2003 15:27:39 -0000       3.11
+++ socket.c    12 Jul 2003 01:13:37 -0000
@@ -387,9 +387,9 @@
              sizeof(struct in6_addr));
            mreq6.ipv6mr_interface = 0;  /* TODO: fix this */
            if (op == JOIN_MCAST_GROUP) {
-               sockopt = IPV6_ADD_MEMBERSHIP;
+               sockopt = IPV6_JOIN_GROUP;
            } else {
-               sockopt = IPV6_DROP_MEMBERSHIP;
+               sockopt = IPV6_JOIN_GROUP;
            }
            if (setsockopt(s->fd, IPPROTO_IPV6, sockopt,
              &mreq6, sizeof(mreq6)) < 0) {

----- End forwarded message -----
_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to