ack/mach/sun3/libsys/setuid.c

5 lines
30 B
C
Raw Normal View History

1987-02-20 14:36:01 +00:00
setuid(u)
{
setreuid(u,u);
}