mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
12 lines
394 B
Plaintext
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
|