comparison src/stable-octave-1-gnulib.patch @ 5316:583e31f07446

* src/stable-octave-1-gnulib.patch: Revert part of patch that was removed in changeset 2f280e830838.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 18 Feb 2020 07:22:42 +0100
parents
children
comparison
equal deleted inserted replaced
5315:2f280e830838 5316:583e31f07446
1 diff -uNr a/libgnu/unistd.in.h b/libgnu/unistd.in.h
2 --- a/libgnu/unistd.in.h 2016-06-18 18:47:32.000000000 -0400
3 +++ b/libgnu/unistd.in.h 2016-06-23 18:45:42.410781867 -0400
4 @@ -734,7 +734,7 @@
5 Null terminate it if the name is shorter than LEN.
6 If the host name is longer than LEN, set errno = EINVAL and return -1.
7 Return 0 if successful, otherwise set errno and return -1. */
8 -# if @UNISTD_H_HAVE_WINSOCK2_H@
9 +# if !@HAVE_GETHOSTNAME@ && @UNISTD_H_HAVE_WINSOCK2_H@
10 # if !(defined __cplusplus && defined GNULIB_NAMESPACE)
11 # undef gethostname
12 # define gethostname rpl_gethostname