* syscalls.cc (seteuid32): Fix incorrect use of system_printf.

This commit is contained in:
Christopher Faylor
2002-07-02 01:42:41 +00:00
parent 74fcdaec20
commit 3557bbc1ea
2 changed files with 5 additions and 1 deletions

View File

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