1*6803Srrh static char sysn6_sccsid[] = " unix6sysn.h 1.1 82/05/12 "; 2*6803Srrh 3*6803Srrh char *sysnames[] = { 4*6803Srrh "indir", 5*6803Srrh "exit", 6*6803Srrh "fork", 7*6803Srrh "read", 8*6803Srrh "write", 9*6803Srrh "open", 10*6803Srrh "close", 11*6803Srrh "wait", 12*6803Srrh "creat", 13*6803Srrh "link", 14*6803Srrh "unlink", 15*6803Srrh "exec", 16*6803Srrh "chdir", 17*6803Srrh "time", 18*6803Srrh "mknod", 19*6803Srrh "chmod", 20*6803Srrh "chown", 21*6803Srrh "break", 22*6803Srrh "stat", 23*6803Srrh "seek", 24*6803Srrh "getpid", 25*6803Srrh "mount", 26*6803Srrh "umount", 27*6803Srrh "setuid", 28*6803Srrh "getuid", 29*6803Srrh "stime", 30*6803Srrh "ptrace", 31*6803Srrh "nosys", 32*6803Srrh "fstat", 33*6803Srrh "pause", 34*6803Srrh "smdate", 35*6803Srrh "stty", 36*6803Srrh "gtty", 37*6803Srrh "access", 38*6803Srrh "nice", 39*6803Srrh "sleep", 40*6803Srrh "sync", 41*6803Srrh "kill", 42*6803Srrh "switch", 43*6803Srrh "nosys", 44*6803Srrh "tell", 45*6803Srrh "dup", 46*6803Srrh "pipe", 47*6803Srrh "times", 48*6803Srrh "prof", 49*6803Srrh "tiu", 50*6803Srrh "setgid", 51*6803Srrh "getgid", 52*6803Srrh "sig", 53*6803Srrh "nosys", 54*6803Srrh "nosys", 55*6803Srrh "nosys", 56*6803Srrh "nosys", 57*6803Srrh "nosys", 58*6803Srrh "nosys", 59*6803Srrh "nosys", 60*6803Srrh "nosys", 61*6803Srrh "pwbsys", 62*6803Srrh "nosys", 63*6803Srrh "nosys", 64*6803Srrh "nosys", 65*6803Srrh "nosys", 66*6803Srrh "idisys", 67*6803Srrh "nosys" 68*6803Srrh }; 69