aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-07-16 18:18:51 -0700
committerPaul Eggert2011-07-16 18:18:51 -0700
commit9e381cdd9641fa07e9caa09b783db8d5f84f1651 (patch)
treea2c6d0fee2c4909c8176ce46226ffef96bd60113 /src/ChangeLog
parent4e190b801d917b3c5080442c1daba38020c3fe8c (diff)
downloademacs-9e381cdd9641fa07e9caa09b783db8d5f84f1651.tar.gz
emacs-9e381cdd9641fa07e9caa09b783db8d5f84f1651.zip
* fileio.c (Fcopy_file): Pacify gcc re fchown. (Bug#9002)
This works around a problem with the previous change to Fcopy_file. Recent glibc declares fchown with __attribute__((warn_unused_result)), and without this change, GCC might complain about discarding fchown's return value.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7f8717176b0..d12558e5d6d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12011-07-17 Paul Eggert <eggert@cs.ucla.edu>
2
3 * fileio.c (Fcopy_file): Pacify gcc re fchown. (Bug#9002)
4 This works around a problem with the previous change to Fcopy_file.
5 Recent glibc declares fchown with __attribute__((warn_unused_result)),
6 and without this change, GCC might complain about discarding
7 fchown's return value.
8
12011-07-16 Juanma Barranquero <lekktu@gmail.com> 92011-07-16 Juanma Barranquero <lekktu@gmail.com>
2 10
3 * makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c (followup to bug#9059). 11 * makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c (followup to bug#9059).