From 0246db1c267b309c011c0222173416192054e0a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 11 Jan 2009 21:50:30 +0000 Subject: [PATCH] add back __attribute__ git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24292 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/error_string.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/krb5/error_string.c b/lib/krb5/error_string.c index c9a240846..1b274a0c3 100644 --- a/lib/krb5/error_string.c +++ b/lib/krb5/error_string.c @@ -37,6 +37,8 @@ RCSID("$Id$"); #undef KRB5_DEPRECATED #define KRB5_DEPRECATED +#undef __attribute__(x) +#define __attribute__(x) /** * Clears the error message from the Kerberos 5 context.