aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-02-23 22:50:36 +0000
committerRoland McGrath <roland@gnu.org>2006-02-23 22:50:36 +0000
commit0f289b2a11ae12da5331f065bad765280eb8f95e (patch)
tree0a1ddd70a61f13630791092fa7fcdf0e0231d285 /ChangeLog
parent10814720ad7553b3096e1e8bd4f5ce3e0b565c6c (diff)
downloadglibc-0f289b2a11ae12da5331f065bad765280eb8f95e.tar
glibc-0f289b2a11ae12da5331f065bad765280eb8f95e.tar.gz
glibc-0f289b2a11ae12da5331f065bad765280eb8f95e.tar.bz2
glibc-0f289b2a11ae12da5331f065bad765280eb8f95e.zip
[BZ #2172]
* sysdeps/unix/sysv/linux/i386/fchownat.c: Diddle code so that "fail" label is always used. [BZ #2172] * bits/syslog-path.h: New file. * misc/Makefile (headers): Add it. * misc/sys/syslog.h: Include it. (_PATH_LOG): Macro removed. From Robert Millan <robertmh@gnu.org>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b54a2d9980..d71801071b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2006-02-23 Roland McGrath <roland@redhat.com>
+ * sysdeps/unix/sysv/linux/i386/fchownat.c: Diddle code so that "fail"
+ label is always used.
+
+ [BZ #2172]
+ * bits/syslog-path.h: New file.
+ * misc/Makefile (headers): Add it.
+ * misc/sys/syslog.h: Include it.
+ (_PATH_LOG): Macro removed.
+ From Robert Millan <robertmh@gnu.org>.
+
* sysdeps/unix/sysv/linux/ftruncate64.c: Find generic implementation
in misc/, not posix/.
Reported by David S. Miller <davem@davemloft.net>.