From: Sam Ravnborg <[EMAIL PROTECTED]>
Date: Sun, 1 Apr 2007 18:01:23 +0200

> ============== sparc ================
>   CALL    /home/sam/kernel/kbuild.git/scripts/checksyscalls.sh
> <stdin>:752:2: warning: #warning syscall setresuid not implemented
> <stdin>:756:2: warning: #warning syscall getresuid not implemented
> <stdin>:776:2: warning: #warning syscall setresgid not implemented
> <stdin>:780:2: warning: #warning syscall getresgid not implemented

I figured out what was going on here.

Sparc 32-bit only has the "setresuid32", "getresuid32" variants,
it never had the plain ones and there is no value to adding those
old versions into the syscall table.
-
To unsubscribe from this list: send the line "unsubscribe linux-arch" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to