opnsense-ports/net/rfbproxy/files/patch-rfbproxy.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

13 lines
320 B
C

--- rfbproxy.c.orig Wed Oct 9 14:23:44 2002
+++ rfbproxy.c Wed Oct 9 14:25:19 2002
@@ -60,8 +60,10 @@
# include <stdint.h>
#else
# if HAVE_U_INTXX_T
+# ifndef __FreeBSD__
typedef u_int16_t uint16_t;
typedef u_int32_t uint32_t;
+# endif
# else
typedef unsigned short uint16_t;
typedef unsigned long uint32_t;