# HG changeset patch # User Markus Mützel # Date 1582006962 -3600 # Node ID 583e31f07446a413fe4f5034610d3e0664967e35 # Parent 2f280e83083839818c423259ceedecac35555a0d * src/stable-octave-1-gnulib.patch: Revert part of patch that was removed in changeset 2f280e830838. diff -r 2f280e830838 -r 583e31f07446 src/stable-octave-1-gnulib.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/stable-octave-1-gnulib.patch Tue Feb 18 07:22:42 2020 +0100 @@ -0,0 +1,12 @@ +diff -uNr a/libgnu/unistd.in.h b/libgnu/unistd.in.h +--- a/libgnu/unistd.in.h 2016-06-18 18:47:32.000000000 -0400 ++++ b/libgnu/unistd.in.h 2016-06-23 18:45:42.410781867 -0400 +@@ -734,7 +734,7 @@ + Null terminate it if the name is shorter than LEN. + If the host name is longer than LEN, set errno = EINVAL and return -1. + Return 0 if successful, otherwise set errno and return -1. */ +-# if @UNISTD_H_HAVE_WINSOCK2_H@ ++# if !@HAVE_GETHOSTNAME@ && @UNISTD_H_HAVE_WINSOCK2_H@ + # if !(defined __cplusplus && defined GNULIB_NAMESPACE) + # undef gethostname + # define gethostname rpl_gethostname \ No newline at end of file