summaryrefslogtreecommitdiff
path: root/x11/XFree86-4/files/patch-5
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-07-27 14:27:34 +0000
committerSteve Price <steve@FreeBSD.org>1999-07-27 14:27:34 +0000
commit3f9c2051b028b9f67b4acaf027a9eebc778f28d1 (patch)
tree36db9d8dc5584ec61020dd625073bd5caf802c6f /x11/XFree86-4/files/patch-5
parentUpgrade to dejasearch 1.6.3 (diff)
Add Doug Rabson's patches for XFree86 on the FreeBSD/Alpha with minor
tweaks to the PLIST to accomodate the recent upgrade to 3.3.4. Submitted by: dfr Reviewed by: jmz (maintainer)
Notes
Notes: svn path=/head/; revision=20365
Diffstat (limited to 'x11/XFree86-4/files/patch-5')
-rw-r--r--x11/XFree86-4/files/patch-511
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/XFree86-4/files/patch-5 b/x11/XFree86-4/files/patch-5
new file mode 100644
index 000000000000..a5f67a13c03f
--- /dev/null
+++ b/x11/XFree86-4/files/patch-5
@@ -0,0 +1,11 @@
+--- programs/Xserver/os/access.c.orig Thu Dec 24 13:43:25 1998
++++ programs/Xserver/os/access.c Wed Dec 23 15:32:23 1998
+@@ -634,7 +634,7 @@
+ #endif
+ ifc.ifc_len = sizeof (buf);
+ ifc.ifc_buf = buf;
+- if (ifioctl (fd, (int) SIOCGIFCONF, (pointer) &ifc) < 0)
++ if (ifioctl (fd, SIOCGIFCONF, (pointer) &ifc) < 0)
+ Error ("Getting interface configuration (4)");
+
+ #ifdef ISC