/[monit]/monit/device/sysdep_LINUX.c
ViewVC logotype

Diff of /monit/device/sysdep_LINUX.c

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

revision 1.3 by rory, Tue Aug 12 00:16:54 2003 UTC revision 1.4 by chopp, Wed Aug 13 22:18:43 2003 UTC
# Line 30  Line 30 
30    
31  #include <config.h>  #include <config.h>
32    
33    #ifdef HAVE_STDIO_H
34  #include <stdio.h>  #include <stdio.h>
35    #endif
36    
37  #ifdef HAVE_ERRNO_H  #ifdef HAVE_ERRNO_H
38  #include <errno.h>  #include <errno.h>
# Line 40  Line 42 
42  #include <string.h>  #include <string.h>
43  #endif  #endif
44    
45    #ifdef HAVE_STRINGS_H
46    #include <strings.h>
47    #endif
48    
49  #ifdef HAVE_SYS_VFS_H  #ifdef HAVE_SYS_VFS_H
50  # include <sys/vfs.h>  # include <sys/vfs.h>
51  #endif  #endif

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