From 1f7196bf92ce5d01855c52330b1e865c57f2d5d6 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 1 Apr 2011 00:15:34 -0700 Subject: [PATCH] Add Bug#. --- ChangeLog | 2 +- src/ChangeLog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 979b3efd89e..d7438014f68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2011-04-01 Paul Eggert - Replace two copies of readlink code with single gnulib version. + Replace 2 copies of readlink code with 1 gnulib version (Bug#8401). * Makefile.in (GNULIB_MODULES): Add careadlinkat. * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h: * m4/ssize_t.m4: New files, automatically generated from gnulib. diff --git a/src/ChangeLog b/src/ChangeLog index 4a6ac368efb..0d2e48709b0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -2,7 +2,7 @@ * print.c (print_object): Remove var that is set but not used. - Replace two copies of readlink code with single gnulib version. + Replace 2 copies of readlink code with 1 gnulib version (Bug#8401). The gnulib version avoids calling malloc in the usual case, and on 64-bit hosts doesn't have some arbitrary 32-bit limits. * fileio.c (Ffile_symlink_p): Use emacs_readlink. -- 2.39.2