1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/x11/XFree86-4/files/patch-5
Steve Price 3f9c2051b0 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)
1999-07-27 14:27:34 +00:00

12 lines
394 B
Plaintext

--- 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