bcopy X setegid X seteuid X
1: static char sccsid[] = " bcopy.c 4.1 82/05/12 "; 2: 3: bcopy(from, to, count) 4: char *from, *to; 5: int count; 6: { 7: 8: asm(" movc3 12(ap),*4(ap),*8(ap)"); 9: } 10: 11: seteuid(n) 12: { 13: } 14: 15: setegid(n) 16: { 17: }