summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-01-10 11:46:03 +0000
committerAndreas Jaeger <aj@suse.de>2000-01-10 11:46:03 +0000
commite9e925408cdeb6613e552ac61c4ea22272d28d0a (patch)
treef6fda1b9e66ebfe4da1d0e9a435eb49d55b8bd46
parent4618c1f7affb9bb52d1c51ceaa28abbbdef3c4b5 (diff)
downloadglibc-e9e925408cdeb6613e552ac61c4ea22272d28d0a.tar.gz
glibc-e9e925408cdeb6613e552ac61c4ea22272d28d0a.tar.xz
glibc-e9e925408cdeb6613e552ac61c4ea22272d28d0a.zip
Update.
2000-01-10  Andreas Jaeger  <aj@suse.de>

	* sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Add missing
	int's.

	* sysdeps/unix/sysv/linux/mips/sys/acct.h: Remove K&R support, add
	missing int's.

	* sysdeps/unix/sysv/linux/mips/bits/errno.h: Remove K&R support.
	* sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
	* sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
	* sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise.
	* sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
	* sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
	* sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b24dafad30..70715d58cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2000-01-10  Andreas Jaeger  <aj@suse.de>
+
+	* sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Add missing
+	int's.
+
+	* sysdeps/unix/sysv/linux/mips/sys/acct.h: Remove K&R support, add
+	missing int's.
+
+	* sysdeps/unix/sysv/linux/mips/bits/errno.h: Remove K&R support.
+	* sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
+	* sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
+	* sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise.
+	* sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
+	* sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
+	* sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
+
 2000-01-09  Philip Blundell  <philb@gnu.org>
 
 	* sysdeps/arm/dl-machine.h (CLEAR_CACHE): System calls clobber R0.