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

Diff of /monit/device/sysdep_SOLARIS.c

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

revision 1.3 by martinp, Mon Jul 7 06:40:46 2003 UTC revision 1.4 by chopp, Wed Aug 13 22:18:43 2003 UTC
# Line 1  Line 1 
1    
2  /*  /*
3   * Copyright (C), 2000-2003 by Contributors to the monit codebase.   * Copyright (C), 2000-2003 by Contributors to the monit codebase.
4   * All Rights Reserved.   * All Rights Reserved.
# Line 30  Line 31 
31    
32  #include <config.h>  #include <config.h>
33    
34    #ifdef HAVE_STDIO_H
35  #include <stdio.h>  #include <stdio.h>
36    #endif
37    
38    #ifdef HAVE_ERRNO_H
39  #include <errno.h>  #include <errno.h>
40    #endif
41    
42  #ifdef HAVE_STRINGS_H  #ifdef HAVE_STRINGS_H
43  # include <strings.h>  # include <strings.h>
44  #endif  #endif
45    
46  #ifdef HAVE_TYPES_H  #ifdef HAVE_SYS_TYPES_H
47  # include <sys/types.h>  # include <sys/types.h>
48  #endif  #endif
49    

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