summaryrefslogtreecommitdiff
path: root/x11/XFree86-4/files/patch-5
blob: a5f67a13c03f0eaab3f45646782acb64f0819e39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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