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>.
This commit is contained in:
parent
7e7a548e78
commit
b937f59196
@ -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>
|
1998-05-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
||||||
|
|
||||||
* catgets/Makefile ($(objpfx)de.cat): Renamed from
|
* catgets/Makefile ($(objpfx)de.cat): Renamed from
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
extern int __syscall_chown (const char *__file,
|
extern int __syscall_chown (const char *__file,
|
||||||
uid_t __owner, gid_t __group);
|
uid_t __owner, gid_t __group);
|
||||||
#ifdef __NR_lchown
|
#ifdef __NR_lchown
|
||||||
/* running under Linux 2.0 or < 2.1.8x */
|
/* Running under Linux > 2.1.80. */
|
||||||
static int __libc_old_chown;
|
static int __libc_old_chown;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user