diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-26 23:08:11 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-26 23:08:11 +0000 |
commit | 6105da23504b07f71892be2c636115f3f73b0486 (patch) | |
tree | ba80f2b8cf890438204cfb874a68db90538f73df /sys/compat/osf1/osf1_syscalls.c | |
parent | a94d4ad97288861389f58ad11d66acd48eb5a8bc (diff) |
Regen.
Diffstat (limited to 'sys/compat/osf1/osf1_syscalls.c')
-rw-r--r-- | sys/compat/osf1/osf1_syscalls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/osf1/osf1_syscalls.c b/sys/compat/osf1/osf1_syscalls.c index 1064dbae100..ee03457fba5 100644 --- a/sys/compat/osf1/osf1_syscalls.c +++ b/sys/compat/osf1/osf1_syscalls.c @@ -2,7 +2,7 @@ * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.3 1996/08/25 12:19:55 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.4 1997/01/26 23:05:12 downsj Exp */ char *osf1_syscallnames[] = { @@ -214,7 +214,7 @@ char *osf1_syscallnames[] = { "#205 (unimplemented semget)", /* 205 = unimplemented semget */ "#206 (unimplemented semop)", /* 206 = unimplemented semop */ "#207 (unimplemented uname)", /* 207 = unimplemented uname */ - "#208 (unimplemented lchown)", /* 208 = unimplemented lchown */ + "lchown", /* 208 = lchown */ "#209 (unimplemented shmat)", /* 209 = unimplemented shmat */ "#210 (unimplemented shmctl)", /* 210 = unimplemented shmctl */ "#211 (unimplemented shmdt)", /* 211 = unimplemented shmdt */ |