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/journal/journald-server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/journal/journald-server.h') diff --git a/src/journal/journald-server.h b/src/journal/journald-server.h index 10e9958be0..069cd173c8 100644 --- a/src/journal/journald-server.h +++ b/src/journal/journald-server.h @@ -128,7 +128,7 @@ typedef struct Server { #define N_IOVEC_OBJECT_FIELDS 11 void server_dispatch_message(Server *s, struct iovec *iovec, unsigned n, unsigned m, struct ucred *ucred, struct timeval *tv, const char *label, size_t label_len, const char *unit_id, int priority, pid_t object_pid); -void server_driver_message(Server *s, sd_id128_t message_id, const char *format, ...) _printf_attr_(3,4); +void server_driver_message(Server *s, sd_id128_t message_id, const char *format, ...) _printf_(3,4); /* gperf lookup function */ const struct ConfigPerfItem* journald_gperf_lookup(const char *key, unsigned length); -- cgit v1.2.3-54-g00ecf