fix build

PR:		43855
Submitted by:	Maxim Maximov <mcsi@agava.com>
This commit is contained in:
Ying-Chieh Liao 2002-10-09 17:53:16 +00:00
parent c69e8ad925
commit 79b7bbb343
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67703

View File

@ -0,0 +1,13 @@
--- 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;