]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Merge branch 'master' of https://github.com/jhuntwork/util-linux
authorKarel Zak <kzak@redhat.com>
Wed, 23 May 2012 07:39:40 +0000 (09:39 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 23 May 2012 07:39:40 +0000 (09:39 +0200)
1  2 
misc-utils/logger.c

index db3469c3d95ae02cb74e4b30327bc81307f11537,2ab76df10f092e1a8aeee3db6a688d8db9f6f90e..d027b78acb804185b1070a21ae8b8d9b2da9d5fe
  #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;
 +static uint16_t udpport = 514;
  
  static int
  myopenlog(const char *sock) {