/[inetutils]/inetutils/libinetutils/herror.c
ViewVC logotype

Diff of /inetutils/libinetutils/herror.c

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

revision 1.4 by ams, Sun Apr 28 17:10:18 2002 UTC revision 1.5 by gray, Tue May 14 15:13:56 2002 UTC
# Line 35  Line 35 
35  #include <netdb.h>  #include <netdb.h>
36    
37  #ifdef HAVE_H_ERRNO  #ifdef HAVE_H_ERRNO
38  # ifndef HAVE_DECL_H_ERRNO  # if !HAVE_DECL_H_ERRNO
39  extern int h_errno;  extern int h_errno;
40  # endif /* !HAVE_DECL_H_ERRNO */  # endif /* !HAVE_DECL_H_ERRNO */
41  #else /* !HAVE_H_ERRNO */  #else /* !HAVE_H_ERRNO */
42  # ifdef HAVE_ERRNO_H  # ifdef HAVE_ERRNO_H
43  #  include <errno.h>  #  include <errno.h>
44  # endif  # endif
45  # ifndef HAVE_DECL_ERRNO  # if !HAVE_DECL_ERRNO
46  extern int errno;  extern int errno;
47  # endif  # endif
48  #endif /* HAVE_H_ERRNO */  #endif /* HAVE_H_ERRNO */

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