sbase

suckless unix tools
git clone git://git.suckless.org/sbase
Log | Files | Refs | README | LICENSE

commit dc5190eab1e28712f01a4c54931cd6946efb6b89
parent 00b579566ac6fec6076548d5af1fb72eb5a879f2
Author: FRIGN <dev@frign.de>
Date:   Mon,  7 Mar 2016 22:00:27 +0100

logger(1) is NUL compliant

because we can't call the syslog-syscall without becoming unportable.
The syslog() libc-function does not accept a length though, so we're
fucked. Anyway, let's carry on.

Diffstat:
MREADME | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README @@ -47,7 +47,7 @@ The following tools are implemented: 0=*|o kill . 0=*|o link . 0=*|o ln . - =*|o logger . +0=*|o logger . 0=*|o logname . 0#* o ls (-C, -k, -m, -p, -s, -x) 0=*|x md5sum .