$NetBSD: patch-ac,v 1.4 1999/03/26 23:59:59 tron Exp $ --- ckcdeb.h.orig Sun Nov 24 19:20:48 1996 +++ ckcdeb.h Wed Mar 24 23:06:20 1999 @@ -267,6 +267,9 @@ #ifndef NOSETBUF /* NOSETBUF is safe */ #define NOSETBUF #endif /* NOSETBUF */ +#ifndef BIGBUFOK /* BIGBUFOK is safe (all 32bit) */ +#define BIGBUFOK +#endif /* BIGBUFOK */ #ifndef DIRENT /* Uses */ #define DIRENT #endif /* DIRENT */ @@ -908,10 +911,10 @@ /* Now define the debug() macro. */ #ifdef IFDEBUG /* Use this form to avoid function calls: */ -#define debug(a,b,c,d) if (deblog) dodebug(a,b,(char *)c,(long)d) +#define debug(a,b,c,d) if (deblog) dodebug(a,b,(char *)(c),(long)d) #else /* Use this form to save space: */ -#define debug(a,b,c,d) dodebug(a,b,(char *)c,(long)d) +#define debug(a,b,c,d) dodebug(a,b,(char *)(c),(long)d) #endif /* MAC */ #ifdef COMMENT