Added declaration of `h_errno'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@669 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-08-22 19:19:39 +00:00
parent e7faa9f9f8
commit 64ac4eabc4
2 changed files with 8 additions and 0 deletions

View File

@@ -47,6 +47,10 @@ char *strerror(int eno);
char *hstrerror(int herr); char *hstrerror(int herr);
#endif #endif
#ifndef HAVE_H_ERRNO
extern int h_errno;
#endif
#ifndef HAVE_HERROR #ifndef HAVE_HERROR
void herror(char *s); void herror(char *s);
#endif #endif

View File

@@ -47,6 +47,10 @@ char *strerror(int eno);
char *hstrerror(int herr); char *hstrerror(int herr);
#endif #endif
#ifndef HAVE_H_ERRNO
extern int h_errno;
#endif
#ifndef HAVE_HERROR #ifndef HAVE_HERROR
void herror(char *s); void herror(char *s);
#endif #endif