From 44b601bc79e46722bc0f0862ee0ce34a2284ef11 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 16 Oct 2013 03:17:09 +0200 Subject: macro: clean up usage of gcc attributes Always use our own macros, and name all our own macros the same style. --- src/core/selinux-access.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/selinux-access.c') diff --git a/src/core/selinux-access.c b/src/core/selinux-access.c index 0a3ee18bb9..c7e951cde6 100644 --- a/src/core/selinux-access.c +++ b/src/core/selinux-access.c @@ -174,7 +174,7 @@ static int audit_callback( user_avc's into the /var/log/audit/audit.log, otherwise they will be sent to syslog. */ -_printf_attr_(2, 3) static int log_callback(int type, const char *fmt, ...) { +_printf_(2, 3) static int log_callback(int type, const char *fmt, ...) { va_list ap; va_start(ap, fmt); -- cgit v1.2.3-54-g00ecf