diff options
author | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-05-10 20:59:04 +0000 |
---|---|---|
committer | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-05-10 20:59:04 +0000 |
commit | 6e85aaf798e8dc6896e15218557fd95eca68900c (patch) | |
tree | f4660d5882fad5ce25ed1164ca7fa8405aafe542 | |
parent | 4d4b48753c60a45b80f1b3c64f424928b5360396 (diff) | |
download | glibc-6e85aaf798e8dc6896e15218557fd95eca68900c.tar.gz glibc-6e85aaf798e8dc6896e15218557fd95eca68900c.tar.xz glibc-6e85aaf798e8dc6896e15218557fd95eca68900c.zip |
Fix up collisions.
* aclocal.m4 (AC_FD_MSG, AC_FD_CC): Fix these for autoconf weirdness.
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a4e8f20384..150213d440 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,6 +20,8 @@ Fri May 10 09:41:54 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu> Thu May 9 09:17:46 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> + * aclocal.m4 (AC_FD_MSG, AC_FD_CC): Fix these for autoconf weirdness. + Cleanups in sunrpc code from NIIBE Yutaka <gniibe@mri.co.jp>. * sunrpc/clnt_tcp.c (clnttcp_create): Don't close *SOCKP if it's -1. * sunrpc/clnt_simp.c (callrpc): Don't close CRP->socket if it's |