]> git.ipfire.org Git - thirdparty/libbsd.git/commit
Update pidfile module from FreeBSD
authorGuillem Jover <guillem@hadrons.org>
Sun, 20 May 2018 17:18:18 +0000 (19:18 +0200)
committerGuillem Jover <guillem@hadrons.org>
Mon, 21 May 2018 02:47:28 +0000 (04:47 +0200)
commitfacbddb652eba99c9334e4e390b9d829c590d4c2
treec8f3c450492409c2a9a6dd399e891998a2980318
parent3d88c999b4a0ac2820c84732262ba7a0ad44e421
Update pidfile module from FreeBSD

Use EINVAL instead of EDOOFUS. Add a missing synopsis for
pidfile_fileno() in the man page. Move the definition of struct pidfh
from libutil.h into pidfile.c following upstream change.
include/bsd/libutil.h
man/pidfile.3bsd
src/libbsd.map
src/pidfile.c