$NetBSD: patch-aa,v 1.1 2004/12/07 22:53:48 dmcmahill Exp $ --- src/global.h.orig Mon Aug 30 02:52:04 2004 +++ src/global.h @@ -679,6 +679,8 @@ typedef struct #if GCC_VERSION > 2007 #define ATTRIBUTE_UNUSED __attribute__((unused)) +#else +#define ATTRIBUTE_UNUSED #endif #define RCSID(x) static char *rcsid ATTRIBUTE_UNUSED = x