From a708a5c6bd6d006a39a60ac72465e25d16bbf6aa Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 9 Dec 2016 18:51:59 +0200 Subject: [PATCH] Fix compilation error on Fedora 24 * src/sysdep.c [HAVE_H_ERRNO]: Remove declaration of h_errno. Reported by Paul Eggert . --- src/sysdep.c | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.39.5