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:
@@ -47,6 +47,10 @@ char *strerror(int eno);
|
||||
char *hstrerror(int herr);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_H_ERRNO
|
||||
extern int h_errno;
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_HERROR
|
||||
void herror(char *s);
|
||||
#endif
|
||||
|
@@ -47,6 +47,10 @@ char *strerror(int eno);
|
||||
char *hstrerror(int herr);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_H_ERRNO
|
||||
extern int h_errno;
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_HERROR
|
||||
void herror(char *s);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user