summaryrefslogtreecommitdiffstats
path: root/rfb/rfb.h
diff options
context:
space:
mode:
authordscho <dscho>2005-05-18 09:11:27 +0000
committerdscho <dscho>2005-05-18 09:11:27 +0000
commita40b790ee4201a8e9013daaa594b305ef23a5e67 (patch)
tree66032082b74c554e1dd32bc5486f21d4214a854e /rfb/rfb.h
parent2b3f56d3611429190e8ecef512236b01dbfaf83e (diff)
downloadlibvncserver-a40b790ee4201a8e9013daaa594b305ef23a5e67.zip
libvncserver-a40b790ee4201a8e9013daaa594b305ef23a5e67.tar.gz
fix compilation for systems without socklen_t
Diffstat (limited to 'rfb/rfb.h')
-rw-r--r--rfb/rfb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/rfb/rfb.h b/rfb/rfb.h
index 007c13c..5866cd6 100644
--- a/rfb/rfb.h
+++ b/rfb/rfb.h
@@ -45,10 +45,6 @@ extern "C"
#include <winsock2.h>
#endif
-#ifndef LIBVNCSERVER_HAVE_SOCKLEN_T
-typedef int socklen_t;
-#endif
-
#ifdef LIBVNCSERVER_HAVE_LIBPTHREAD
#include <pthread.h>
#if 0 /* debugging */
OpenPOWER on IntegriCloud