kmx git
login
register
kc3-lang
/
libbsd
/
src/pidfile.c
src/pidfile.c
Log
Author
Commit
Date
CI
Message
2fb7200d
2011-10-23T19:27:44
Fix typos in source comments Found by codespell.
2a81893c
2010-01-10T00:10:21
Add pidfile functions Taken from FreeBSD. Remove MAXPATHLEN from ‘struct pidfh’ and allocate pf_path dynamically, as some systems do not have such limits. Use dev_t instead of __dev_t. Replace EDOOFUS with EINVAL.