summaryrefslogtreecommitdiff
path: root/libbb/daemon.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update how we detect if libc5 is in use.Eric Andersen2001-04-091-3/+1
| | | | -Erik
* Seems that stupid libc5 doesn't implement daemon(), so conditionallyEric Andersen2001-04-041-0/+103
inclde that here. -Erik