/[monit]/monit/process/sysdep_SOLARIS.c
ViewVC logotype

Diff of /monit/process/sysdep_SOLARIS.c

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

revision 1.3 by chopp, Fri Jun 6 09:31:17 2003 UTC revision 1.4 by chopp, Wed Aug 13 22:18:43 2003 UTC
# Line 20  Line 20 
20    
21  #include <config.h>  #include <config.h>
22    
23    #ifdef HAVE_STDIO_H
24    #include <stdio.h>
25    #endif
26    
27  #ifdef HAVE_SYS_TYPES_H  #ifdef HAVE_SYS_TYPES_H
28  #include <sys/types.h>  #include <sys/types.h>
29  #endif  #endif
30    
31    #ifdef HAVE_UNISTD_H
32  #include <unistd.h>  #include <unistd.h>
33    #endif
34    
35  #ifdef HAVE_SYS_STAT_H  #ifdef HAVE_SYS_STAT_H
36  #include <sys/stat.h>  #include <sys/stat.h>
# Line 56  Line 62 
62  #include <string.h>  #include <string.h>
63  #endif  #endif
64    
65  #include <stdio.h>  #ifdef HAVE_PROCFS_H
66  #include <procfs.h>  #include <procfs.h>
67    #endif
68    
69    #ifdef HAVE_GLOB_H
70  #include <glob.h>  #include <glob.h>
71    #endif
72    
73  #include "process.h"  #include "process.h"
74  #include "sysdep.h"  #include "sysdep.h"

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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