mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
3f9c2051b0
tweaks to the PLIST to accomodate the recent upgrade to 3.3.4. Submitted by: dfr Reviewed by: jmz (maintainer)
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
|