aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-09-24 06:12:33 +0000
committerUlrich Drepper <drepper@redhat.com>2003-09-24 06:12:33 +0000
commitdf244a7b4dc2429e5db8f5bded0d9b9c9631285b (patch)
tree747ec8003375aba3b953a79c58b3c101f68b2c6f /ChangeLog
parent9a276f8e1e25b558e893e34f9ae6d64130f87cf6 (diff)
downloadglibc-df244a7b4dc2429e5db8f5bded0d9b9c9631285b.tar
glibc-df244a7b4dc2429e5db8f5bded0d9b9c9631285b.tar.gz
glibc-df244a7b4dc2429e5db8f5bded0d9b9c9631285b.tar.bz2
glibc-df244a7b4dc2429e5db8f5bded0d9b9c9631285b.zip
Update.
* nscd/Makefile: Add rules to build nscd as a PIE. 2003-09-23 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/sys/alpha/sysmacros.h: Removed. * sysdeps/unix/sysv/linux/sys/sparc/sysmacros.h: Removed. * sysdeps/unix/sysv/linux/ustat.c (ustat): Adjust for 32-bit kernel dev_t. * sysdeps/unix/sysv/linux/alpha/ustat.c: Removed. * sysdeps/unix/sysv/linux/xmknod.c (__xmknod): Likewise. * sysdeps/unix/sysv/linux/alpha/xmknod.c: Removed. Code by Alexander Viro <aviro@redhat.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b8e871cf9b..efab24eb34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,25 @@
2003-09-23 Ulrich Drepper <drepper@redhat.com>
+ * nscd/Makefile: Add rules to build nscd as a PIE.
+
+2003-09-23 Ulrich Drepper <drepper@redhat.com>
+
* sysdeps/unix/sysv/linux/sys/sysmacros.h: Adjust for larger
kernel dev_t size.
+ * sysdeps/unix/sysv/linux/sys/alpha/sysmacros.h: Removed.
+ * sysdeps/unix/sysv/linux/sys/sparc/sysmacros.h: Removed.
* sysdeps/unix/sysv/linux/makedev.c: New file.
* sysdeps/unix/sysv/linux/Dist: Add makedev.c.
* sysdeps/unix/sysv/linux/Makefile [subdir=misc]
(sysdep_routines): Add makedev.
* sysdeps/unix/sysv/linux/Versions [libc] (GLIBC_2.3.3): Add
major, minor, makedev.
+ * sysdeps/unix/sysv/linux/ustat.c (ustat): Adjust for 32-bit
+ kernel dev_t.
+ * sysdeps/unix/sysv/linux/alpha/ustat.c: Removed.
+ * sysdeps/unix/sysv/linux/xmknod.c (__xmknod): Likewise.
+ * sysdeps/unix/sysv/linux/alpha/xmknod.c: Removed.
+ Code by Alexander Viro <aviro@redhat.com>.
2003-09-23 Ulrich Drepper <drepper@redhat.com>