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

Diff of /monit/process/sysdep_HPUX.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 52  Line 58 
58  #include <string.h>  #include <string.h>
59  #endif  #endif
60    
61  #include <stdio.h>  #ifdef HAVE_STRINGS_H
62  #include <strings.h>  #include <strings.h>
63    #endif
64    
65    #ifdef HAVE_ERRNO_H
66    #include <errno.h>
67    #endif
68    
69    #ifdef HAVE_SYS_PARAM_H
70  #include <sys/param.h>  #include <sys/param.h>
71    #endif
72    
73  #define _RUSAGE_EXTENDED  #define _RUSAGE_EXTENDED
74    
75    #ifdef HAVE_SYS_PSTAT_H
76  #include <sys/pstat.h>  #include <sys/pstat.h>
77    #endif
78    
79    #ifdef HAVE_NLIST_H
80  #include <nlist.h>  #include <nlist.h>
81  #include <errno.h>  #endif
82    
83  #include "process.h"  #include "process.h"
84  #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