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

Diff of /monit/process/sysdep_DARWIN.c

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

revision 1.23 by martinp, Tue Apr 19 21:47:28 2005 UTC revision 1.24 by hauk, Tue Aug 2 23:14:17 2005 UTC
# Line 32  Line 32 
32  #include <fcntl.h>  #include <fcntl.h>
33  #endif  #endif
34    
35  #ifdef HAVE_SYS_VMMETER_H  #ifdef HAVE_KVM_H
36  #include <sys/vmmeter.h>  #include <kvm.h>
37  #endif  #endif
38    
39  #ifdef HAVE_SYS_SYSCTL_H  #ifdef HAVE_SYS_SYSCTL_H
40  #include <sys/sysctl.h>  #include <sys/sysctl.h>
41  #endif  #endif
42    
43  #ifdef HAVE_KVM_H  #ifdef HAVE_SYS_VMMETER_H
44  #include <kvm.h>  #include <sys/vmmeter.h>
45  #endif  #endif
46    
47  #ifdef HAVE_MACH_HOST_INFO_H  #ifdef HAVE_MACH_HOST_INFO_H
# Line 52  Line 52 
52  #include <mach/mach_host.h>  #include <mach/mach_host.h>
53  #endif  #endif
54    
55    
56  #include "monitor.h"  #include "monitor.h"
57  #include "process.h"  #include "process.h"
58  #include "process_sysdep.h"  #include "process_sysdep.h"

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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