Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | daemon: simplified daemonize_close_stdin() | Max Kellermann | 2008-12-30 | 1 | -16/+6 |
| | | | | Don't bother to call fstat() or isatty() on STDIN_FILENO. | ||||
* | listen: moved redirect_stdin() to daemon.c | Max Kellermann | 2008-12-30 | 1 | -0/+26 |
| | | | | | redirect_stdin() is a daemonization function, and disconnecting from the standard input is always a good idea for MPD. | ||||
* | main: moved daemonize() to daemon.c | Max Kellermann | 2008-12-30 | 1 | -0/+86 |