Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 27 May 1998 10:44:54 +0000 (10:44 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 27 May 1998 10:44:54 +0000 (10:44 +0000)
1998-05-27  Ulrich Drepper  <drepper@cygnus.com>

* sysdeps/unix/sysv/linux/i386/chown.c: Fix comment.
Reported by Matt McLean <keys@brio.yikes.com>.

ChangeLog
sysdeps/unix/sysv/linux/i386/chown.c

index 80996a1..e248f8c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-05-27  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/unix/sysv/linux/i386/chown.c: Fix comment.
+       Reported by Matt McLean <keys@brio.yikes.com>.
+
 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
 
        * catgets/Makefile ($(objpfx)de.cat): Renamed from
index 7536b26..9d864d0 100644 (file)
@@ -33,7 +33,7 @@
 extern int __syscall_chown (const char *__file,
                            uid_t __owner, gid_t __group);
 #ifdef __NR_lchown
-/* running under Linux 2.0 or < 2.1.8x */
+/* Running under Linux > 2.1.80.  */
 static int __libc_old_chown;