From: Gerd Moellmann <gerd@gnu.org> Date: Sat, 30 Sep 2000 14:35:11 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~1253 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fother-branches%2Fgerd_0001;p=emacs.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index ec2a9349bfa..351631bd0fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-09-30 Gerd Moellmann <gerd@gnu.org> + + * configure.in: Support `sparc*-*-netbsd*'. + 2000-09-29 Eli Zaretskii <eliz@is.elta.co.il> * info/dir (MIME): Add entry for emacs-mime. diff --git a/configure b/configure index 5173c405b29..af9deb458fd 100755 --- a/configure +++ b/configure @@ -819,7 +819,7 @@ case "${canonical}" in mipsel-*-netbsd*) machine=pmax ;; ns32k-*-netbsd*) machine=ns32000 ;; powerpc-*-netbsd*) machine=macppc ;; - sparc-*-netbsd*) machine=sparc ;; + sparc*-*-netbsd*) machine=sparc ;; vax-*-netbsd*) machine=vax ;; arm-*-netbsd*) machine=arm ;; esac @@ -3504,7 +3504,7 @@ else int main() { /* Ultrix mips cc rejects this. */ -typedef int charset[2]; const charset x = {0,0}; +typedef int charset[2]; const charset x; /* SunOS 4.1.1 cc rejects this. */ char const *const *ccp; char **p; @@ -5652,7 +5652,7 @@ else #include "confdefs.h" #include <alloca.h> int main() { -void *p = alloca(2 * sizeof(int)); +char *p = alloca(2 * sizeof(int)); ; return 0; } EOF if { (eval echo configure:5659: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then diff --git a/src/ChangeLog b/src/ChangeLog index f2bc27171b5..b3f37d6a557 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2000-09-30 Gerd Moellmann <gerd@gnu.org> + + * process.c (Fopen_network_stream) [HAVE_GETADDRINFO]: Use + gai_strerror. Make sure xerrno is set if connect fails. Improve + error recovery. + 2000-09-29 Jason Rumney <jasonr@gnu.org> * w32term.c (w32_char_font_type, w32_encode_char)