about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-01-17 06:30:53 +0000
committerUlrich Drepper <drepper@redhat.com>2000-01-17 06:30:53 +0000
commitebf282c9cfe083f0ace9a05d6aa421b6e32cc2f6 (patch)
treeae01bc71e61c5a296efdce294633156f97fcdac2 /ChangeLog
parent098aba9a5f0ea55046f4255bb54c40a29da95a15 (diff)
downloadglibc-ebf282c9cfe083f0ace9a05d6aa421b6e32cc2f6.tar.gz
glibc-ebf282c9cfe083f0ace9a05d6aa421b6e32cc2f6.tar.xz
glibc-ebf282c9cfe083f0ace9a05d6aa421b6e32cc2f6.zip
Update.
	* sysdeps/unix/sysv/linux/i386/getgroups.c: Fix missing brace
	error in last change.
	* sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fea1b30125..ff4a5cf3a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2000-01-16  Ulrich Drepper  <drepper@cygnus.com>
 
+	* sysdeps/unix/sysv/linux/i386/getgroups.c: Fix missing brace
+	error in last change.
+	* sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
+
 	* stdlib/longlong.h: Fix typo in last patch.
 
 2000-01-12  Andreas Jaeger  <aj@suse.de>