]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Remove use of __P. Its intended usage was to support pre-ANSI C compilers, but that...
authorJeremy Huntwork <jhuntwork@lightcubesolutions.com>
Sun, 13 May 2012 16:31:48 +0000 (16:31 +0000)
committerJeremy Huntwork <jhuntwork@lightcubesolutions.com>
Sun, 13 May 2012 16:32:51 +0000 (16:32 +0000)
misc-utils/logger.c

index e3b67d2a2029153aa84fb621a985a500d5ca1579..2ab76df10f092e1a8aeee3db6a688d8db9f6f90e 100644 (file)
@@ -59,8 +59,8 @@
 #define        SYSLOG_NAMES
 #include <syslog.h>
 
-int    decode __P((char *, CODE *));
-int    pencode __P((char *));
+int    decode (char *, CODE *);
+int    pencode (char *);
 
 static int optd = 0;
 static int udpport = 514;