From 1c935e725eed69edde5ac0db1cce6ab2123dd57a Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Sun, 13 May 2012 16:31:48 +0000 Subject: Remove use of __P. Its intended usage was to support pre-ANSI C compilers, but that is not even possible with the modern-day codebase. Moreover, it breaks compiling on libcs that do not define this legacy implementation-internal macro. --- misc-utils/logger.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc-utils') diff --git a/misc-utils/logger.c b/misc-utils/logger.c index e3b67d2a2..2ab76df10 100644 --- a/misc-utils/logger.c +++ b/misc-utils/logger.c @@ -59,8 +59,8 @@ #define SYSLOG_NAMES #include -int decode __P((char *, CODE *)); -int pencode __P((char *)); +int decode (char *, CODE *); +int pencode (char *); static int optd = 0; static int udpport = 514; -- cgit v1.2.3-55-g7522