From a40b790ee4201a8e9013daaa594b305ef23a5e67 Mon Sep 17 00:00:00 2001 From: dscho Date: Wed, 18 May 2005 09:11:27 +0000 Subject: fix compilation for systems without socklen_t --- rfb/rfb.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'rfb/rfb.h') 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 #endif -#ifndef LIBVNCSERVER_HAVE_SOCKLEN_T -typedef int socklen_t; -#endif - #ifdef LIBVNCSERVER_HAVE_LIBPTHREAD #include #if 0 /* debugging */ -- cgit v1.2.1