V10/cmd/nupas/libc/setlogname.c

int
setlogname(s)
	char *s;
{
	/* on v8 this sets the user's login name */
	return 0;
}