From 3f9c2051b028b9f67b4acaf027a9eebc778f28d1 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Tue, 27 Jul 1999 14:27:34 +0000 Subject: 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) --- x11/XFree86-4/files/patch-5 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 x11/XFree86-4/files/patch-5 (limited to 'x11/XFree86-4/files/patch-5') 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 -- cgit v1.2.3