view src/octave-1-fixes.patch @ 3992:317642e93df5

src-mysy-bash: update for available package in sourceforge * src/src-msys-bash.mk: update for http://sourceforge.net/projects/mingw/files/MSYS/Base/bash/bash-3.1.17-4/bash-3.1.17-4-msys-1.0.16-src.tar.lzma/download
author John D
date Sat, 11 Jul 2015 19:48:48 -0400
parents 7e203439d0a9
children
line wrap: on
line source

--- a/libgnu/unistd.in.h	2013-11-26 03:43:39.000000000 -0500
+++ b/libgnu/unistd.in.h	2014-02-16 16:21:36.254338221 -0500
@@ -714,7 +714,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