diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-26 23:54:07 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-26 23:54:07 +0000 |
commit | bedb3fc84e9a1ef3cc9c47d674ff6a6de666e0c6 (patch) | |
tree | e091550ad5279d113293960552a2524e8393eb76 /sys/compat/ultrix/ultrix_sysent.c | |
parent | 07d86f3f786aca8e72529feaf931052d8078b70e (diff) |
Regen.
Diffstat (limited to 'sys/compat/ultrix/ultrix_sysent.c')
-rw-r--r-- | sys/compat/ultrix/ultrix_sysent.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/ultrix/ultrix_sysent.c b/sys/compat/ultrix/ultrix_sysent.c index b26d8940ab5..c577c7a44fa 100644 --- a/sys/compat/ultrix/ultrix_sysent.c +++ b/sys/compat/ultrix/ultrix_sysent.c @@ -2,7 +2,7 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.5 1996/08/25 12:20:00 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.6 1997/01/26 23:52:04 downsj Exp */ #include <sys/param.h> @@ -65,8 +65,8 @@ struct sysent ultrix_sysent[] = { ultrix_sys_mknod }, /* 14 = mknod */ { 2, s(struct sys_chmod_args), sys_chmod }, /* 15 = chmod */ - { 3, s(struct sys_chown_args), - sys_chown }, /* 16 = chown */ + { 3, s(struct sys_lchown_args), + sys_lchown }, /* 16 = lchown */ { 1, s(struct sys_obreak_args), sys_obreak }, /* 17 = break */ { 0, 0, |