summaryrefslogtreecommitdiffstats
path: root/misc-utils
diff options
context:
space:
mode:
authorKarel Zak2012-05-23 09:39:40 +0200
committerKarel Zak2012-05-23 09:39:40 +0200
commit495b13983ee9a4d2a695d9c8be4dea602162ec9a (patch)
tree2cc1b0c89cadf01cf8e2d4c3c9f50117bbf94da8 /misc-utils
parentwdctl: add --oneline (diff)
parentUse POSIX regcomp and regexec over obsolete BSD re_comp and re_exec (diff)
downloadkernel-qcow2-util-linux-495b13983ee9a4d2a695d9c8be4dea602162ec9a.tar.gz
kernel-qcow2-util-linux-495b13983ee9a4d2a695d9c8be4dea602162ec9a.tar.xz
kernel-qcow2-util-linux-495b13983ee9a4d2a695d9c8be4dea602162ec9a.zip
Merge branch 'master' of https://github.com/jhuntwork/util-linux
Diffstat (limited to 'misc-utils')
-rw-r--r--misc-utils/logger.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc-utils/logger.c b/misc-utils/logger.c
index db3469c3d..d027b78ac 100644
--- a/misc-utils/logger.c
+++ b/misc-utils/logger.c
@@ -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 uint16_t udpport = 514;