From b9452fd0d70827213f7487aab55b7cef1e8f05f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 30 Oct 2008 06:45:42 +0000 Subject: [PATCH] Fix build, define __attribute__ as nop, from metze git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23997 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/codec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/krb5/codec.c b/lib/krb5/codec.c index 99aeae148..6e61ff968 100644 --- a/lib/krb5/codec.c +++ b/lib/krb5/codec.c @@ -36,6 +36,7 @@ RCSID("$Id$"); #undef __attribute__ +#define __attribute__(x) #ifndef HEIMDAL_SMALLER