# HG changeset patch # User Kenichi Handa # Date 974851016 0 # Node ID 79a269bdf04714d940c609b82b2d0c639169cb5c # Parent 79c21c755381ca01b75d10e551b19ead888abed1 Move the code for declaring h_errno after #include . diff -r 79c21c755381 -r 79a269bdf047 src/sysdep.c --- a/src/sysdep.c Tue Nov 21 23:56:29 2000 +0000 +++ b/src/sysdep.c Tue Nov 21 23:56:56 2000 +0000 @@ -61,12 +61,6 @@ #undef fwrite #endif -#ifdef TRY_AGAIN -#ifndef HAVE_H_ERRNO -extern int h_errno; -#endif -#endif /* TRY_AGAIN */ - #include #include #include @@ -2283,6 +2277,12 @@ #endif /* not VMS */ #endif /* not BSD4_1 */ +#ifdef TRY_AGAIN +#ifndef HAVE_H_ERRNO +extern int h_errno; +#endif +#endif /* TRY_AGAIN */ + void init_system_name () {