mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 01:50:37 -04:00
- Switch to options helpers - Regenerate patches - Adjust CONFLICTS since some conflicting ports removed from ports tree - Pet portlint (bring USES earlier) - Add missing USES,USE_XORG - Bump PORTREVISION due to USES change Sponsored by: HAW International, Inc.
11 lines
394 B
C
11 lines
394 B
C
--- Xvnc/programs/Xserver/os/access.c.orig 2000-06-11 12:00:51 UTC
|
|
+++ Xvnc/programs/Xserver/os/access.c
|
|
@@ -634,7 +634,7 @@ DefineSelf (fd)
|
|
#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
|