diff options
Diffstat (limited to 'x11/XFree86/files/patch-5')
-rw-r--r-- | x11/XFree86/files/patch-5 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/XFree86/files/patch-5 b/x11/XFree86/files/patch-5 new file mode 100644 index 0000000..a5f67a1 --- /dev/null +++ b/x11/XFree86/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 |