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>.
This commit is contained in:
Ulrich Drepper 1998-05-27 10:44:54 +00:00
parent 7e7a548e78
commit b937f59196
2 changed files with 6 additions and 1 deletions

View File

@ -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

View 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;