diff options
| author | Eli Zaretskii | 2016-12-09 18:51:59 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-12-09 18:51:59 +0200 |
| commit | a708a5c6bd6d006a39a60ac72465e25d16bbf6aa (patch) | |
| tree | ffb54644b279be710274d344f093d8b89c8f9b3d /src | |
| parent | 7399f53a3706c8cb6ce27f7fe51fb5dc79e39bc1 (diff) | |
| download | emacs-a708a5c6bd6d006a39a60ac72465e25d16bbf6aa.tar.gz emacs-a708a5c6bd6d006a39a60ac72465e25d16bbf6aa.zip | |
Fix compilation error on Fedora 24
* src/sysdep.c [HAVE_H_ERRNO]: Remove declaration of h_errno.
Reported by Paul Eggert <eggert@cs.ucla.edu>.
Diffstat (limited to 'src')
| -rw-r--r-- | src/sysdep.c | 6 |
1 files changed, 0 insertions, 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 <http://www.gnu.org/licenses/>. */ | |||
| 56 | #include <netdb.h> | 56 | #include <netdb.h> |
| 57 | #endif /* HAVE_SOCKETS */ | 57 | #endif /* HAVE_SOCKETS */ |
| 58 | 58 | ||
| 59 | #ifdef TRY_AGAIN | ||
| 60 | #ifndef HAVE_H_ERRNO | ||
| 61 | extern int h_errno; | ||
| 62 | #endif | ||
| 63 | #endif /* TRY_AGAIN */ | ||
| 64 | |||
| 65 | #ifdef WINDOWSNT | 59 | #ifdef WINDOWSNT |
| 66 | #define read sys_read | 60 | #define read sys_read |
| 67 | #define write sys_write | 61 | #define write sys_write |