From 8bee4eb990273c3654431467ba6618eb916f030a Mon Sep 17 00:00:00 2001 From: dscho Date: Sun, 15 May 2005 13:57:51 +0000 Subject: ANSIfy, fix some warnings from Linus' sparse --- rfb/rfbproto.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rfb/rfbproto.h') diff --git a/rfb/rfbproto.h b/rfb/rfbproto.h index 29b4b08..4c85911 100644 --- a/rfb/rfbproto.h +++ b/rfb/rfbproto.h @@ -62,6 +62,10 @@ #ifdef LIBVNCSERVER_HAVE_LIBZ #include +#ifdef __CHECKER__ +#undef Z_NULL +#define Z_NULL NULL +#endif #endif -- cgit v1.2.1