xref: /original-bsd/old/games.vax/compat/bcopy.c (revision e59fb703)
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 }
18