From eeb2061dfb03ea11ba028b33037fa0805d22e6a4 Mon Sep 17 00:00:00 2001 From: dscho Date: Wed, 30 Jul 2003 09:42:36 +0000 Subject: API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_" --- vncauth.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vncauth.c') diff --git a/vncauth.c b/vncauth.c index 39ba856..1843434 100644 --- a/vncauth.c +++ b/vncauth.c @@ -28,10 +28,10 @@ #include #include -#ifdef HAVE_SYS_TYPES_H +#ifdef LIBVNCSERVER_HAVE_SYS_TYPES_H #include #endif -#ifdef HAVE_SYS_STAT_H +#ifdef LIBVNCSERVER_HAVE_SYS_STAT_H #include #endif @@ -142,7 +142,7 @@ void vncRandomBytes(unsigned char *bytes) { int i; - static Bool s_srandom_called = FALSE; + static rfbBool s_srandom_called = FALSE; if (!s_srandom_called) { srandom((unsigned int)time(0) ^ (unsigned int)getpid()); -- cgit v1.2.1