1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/x11-servers/XttXF86srv-common/files/patch-5
Akinori MUSHA c554962384 Update the base XFree86 to 3.3.6.
PR:		ports/19372
Submitted by:	Taguchi, Takesi <taguchi@tohoku.iij.ad.jp> (Maintainer)
2000-06-22 13:19:33 +00:00

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