* syscalls.cc (seteuid32): Fix incorrect use of system_printf.
This commit is contained in:
parent
74fcdaec20
commit
3557bbc1ea
@ -1,3 +1,7 @@
|
||||
2002-07-01 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* syscalls.cc (seteuid32): Fix incorrect use of system_printf.
|
||||
|
||||
2002-07-02 Christopher January <chris@atomice.net>
|
||||
|
||||
* autoload.cc (GetSecurityInfo): Define new autoload function.
|
||||
|
@ -2101,7 +2101,7 @@ seteuid32 (__uid32_t uid)
|
||||
failed:
|
||||
if (uid == myself->uid)
|
||||
{
|
||||
system_printf ("special case, returning 0");
|
||||
syscall_printf ("special case, returning 0");
|
||||
return 0;
|
||||
}
|
||||
cygheap->user.token = sav_token;
|
||||
|
Loading…
Reference in New Issue
Block a user