summaryrefslogtreecommitdiffstats
path: root/src/process.c
Commit message (Collapse)AuthorAgeFilesLines
* misc: Remove the sys/types.h include from various filesHolger Hans Peter Freyther2011-04-181-1/+0
| | | | | We used this include for the u_int{8,16,32}_t types but we do not need this anymore.
* Make sure we don't user std{err,in,out} if they don't exist.Sylvain Munaut2010-09-171-0/+3
| | | | | | This is required for target build in libosmocore Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* Add helper function 'osmo_daemonize()' to convert process into daemonHarald Welte2010-08-251-0/+71