diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-27 10:44:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-27 10:44:54 +0000 |
commit | b937f59196b49a8a7f45ed807452aa55099dad0d (patch) | |
tree | b6434150f242a39c4c58c22c4cbc3010cd390866 | |
parent | 7e7a548e7837d533f790b13c5b200549fe95c5b2 (diff) | |
download | glibc-b937f59196b49a8a7f45ed807452aa55099dad0d.tar.gz glibc-b937f59196b49a8a7f45ed807452aa55099dad0d.tar.xz glibc-b937f59196b49a8a7f45ed807452aa55099dad0d.zip |
Update.
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>.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/chown.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 80996a1ea5..e248f8cf3a 100644 --- 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 diff --git a/sysdeps/unix/sysv/linux/i386/chown.c b/sysdeps/unix/sysv/linux/i386/chown.c index 7536b26923..9d864d0697 100644 --- a/sysdeps/unix/sysv/linux/i386/chown.c +++ b/sysdeps/unix/sysv/linux/i386/chown.c @@ -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; |