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

Diff of /monit/device/sysdep_OPENBSD.c

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

revision 1.4 by martinp, Mon Jul 7 06:40:46 2003 UTC revision 1.5 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
38  #include <errno.h>  #include <errno.h>
39    #endif
40    
41  #if defined HAVE_STRING_H  #ifdef HAVE_STRING_H
42  #include <string.h>  #include <string.h>
43  #endif  #endif
44    
45  #if defined HAVE_SYS_PARAM_H  #ifdef HAVE_SYS_PARAM_H
46  #include <sys/param.h>  #include <sys/param.h>
47  #endif  #endif
48    
49  #if defined HAVE_SYS_MOUNT_H  #ifdef HAVE_SYS_MOUNT_H
50  #include <sys/mount.h>  #include <sys/mount.h>
51  #endif  #endif
52    

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

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