mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
c554962384
PR: ports/19372 Submitted by: Taguchi, Takesi <taguchi@tohoku.iij.ad.jp> (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
|