diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-22 01:47:16 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-22 01:47:16 +0000 |
commit | e70dbeae92203ec6614e9cbbce892a7b059fb18a (patch) | |
tree | e5eefc37c0582809ae570cb4abf1e06a4f290b59 | |
parent | 38dda9e9dec3108d1ba801b4a69510bfed962f22 (diff) | |
download | s6-e70dbeae92203ec6614e9cbbce892a7b059fb18a.tar.xz |
Actually build ucspilogd >.>
-rw-r--r-- | package/targets.mak | 3 | ||||
-rw-r--r-- | src/daemontools-extras/ucspilogd.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/package/targets.mak b/package/targets.mak index 2373458..5353fc6 100644 --- a/package/targets.mak +++ b/package/targets.mak @@ -24,7 +24,8 @@ s6-setsid \ s6-setuidgid \ s6-softlimit \ s6-tai64n \ -s6-tai64nlocal +s6-tai64nlocal \ +ucspilogd LIBEXEC_TARGETS := s6lockd-helper diff --git a/src/daemontools-extras/ucspilogd.c b/src/daemontools-extras/ucspilogd.c index ddb6362..5f638fc 100644 --- a/src/daemontools-extras/ucspilogd.c +++ b/src/daemontools-extras/ucspilogd.c @@ -4,13 +4,14 @@ #define SYSLOG_NAMES #endif +#include <skalibs/nonposix.h> #include <stdlib.h> #include <syslog.h> +#include <skalibs/uint.h> #include <skalibs/sgetopt.h> #include <skalibs/bytestr.h> #include <skalibs/buffer.h> #include <skalibs/strerr2.h> -#include <skalibs/fmtscan.h> #include <skalibs/stralloc.h> #include <skalibs/djbunix.h> #include <skalibs/skamisc.h> |