From: Eli Zaretskii Date: Fri, 9 Dec 2016 16:51:59 +0000 (+0200) Subject: Fix compilation error on Fedora 24 X-Git-Tag: emacs-26.0.90~1144^2~5 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a708a5c6bd6d006a39a60ac72465e25d16bbf6aa;p=emacs.git Fix compilation error on Fedora 24 * src/sysdep.c [HAVE_H_ERRNO]: Remove declaration of h_errno. Reported by Paul Eggert . --- diff --git a/src/sysdep.c b/src/sysdep.c index edc3f05ab2b..46802dd1eb0 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -56,12 +56,6 @@ along with GNU Emacs. If not, see . */ #include #endif /* HAVE_SOCKETS */ -#ifdef TRY_AGAIN -#ifndef HAVE_H_ERRNO -extern int h_errno; -#endif -#endif /* TRY_AGAIN */ - #ifdef WINDOWSNT #define read sys_read #define write sys_write