ports/net/tightvnc/files/patch-Xvnc__programs__Xserver__os__access.c
Koichiro Iwao 0497f1d000 net/tightvnc: Switch to options helpers, etc
- 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.
2019-03-26 05:31:27 +00:00

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