dovecot: __attr_unused__ -> ATTR_UNUSED

dovecot at dovecot.org dovecot at dovecot.org
Sun Sep 16 13:53:13 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/a991fa000b20
changeset: 6413:a991fa000b20
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Sep 16 12:08:07 2007 +0300
description:
__attr_unused__ -> ATTR_UNUSED

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/plugins/quota/Makefile.am |    2 +-

diffs (12 lines):

diff -r 8ebc07d2eee9 -r a991fa000b20 src/plugins/quota/Makefile.am
--- a/src/plugins/quota/Makefile.am	Sun Sep 16 11:45:24 2007 +0300
+++ b/src/plugins/quota/Makefile.am	Sun Sep 16 12:08:07 2007 +0300
@@ -33,7 +33,7 @@ rquota_xdr.c: Makefile
 rquota_xdr.c: Makefile
 	$(RPCGEN) -c /usr/include/rpcsvc/rquota.x | \
 	  sed -e 's/IXDR_PUT/(void)IXDR_PUT/g' \
-	    -e 's/int32_t \*buf/int32_t *buf __attr_unused__/' > rquota_xdr.c
+	    -e 's/int32_t \*buf/int32_t *buf ATTR_UNUSED/' > rquota_xdr.c
 endif
 
 noinst_HEADERS = \


More information about the dovecot-cvs mailing list