/[monit]/monit/daemonize.c
ViewVC logotype

Diff of /monit/daemonize.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by hauk, Thu Jun 26 14:24:11 2003 UTC revision 1.14 by chopp, Wed Aug 13 22:18:42 2003 UTC
# Line 20  Line 20 
20    
21  #include <config.h>  #include <config.h>
22    
23    #ifdef HAVE_STDIO_H
24  #include <stdio.h>  #include <stdio.h>
25    #endif
26    
27    #ifdef HAVE_STDLIB_H
28  #include <stdlib.h>  #include <stdlib.h>
29    #endif
30    
31    #ifdef HAVE_ERRNO_H
32  #include <errno.h>  #include <errno.h>
33    #endif
34    
35    #ifdef HAVE_SIGNAL_H
36  #include <signal.h>  #include <signal.h>
37    #endif
38    
39  #ifdef HAVE_UNISTD_H  #ifdef HAVE_UNISTD_H
40  #include <unistd.h>  #include <unistd.h>

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26