diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-04-14 06:28:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-04-14 06:28:30 +0000 |
commit | 76245722d0037a485427cf0f843641f4c093c9cd (patch) | |
tree | c078f623a0d7e3d5bd694ceb409ce4d8b6cc2a10 | |
parent | 901c826a09497ead7016206abf7b50656baff91e (diff) |
sync
-rw-r--r-- | sys/kern/init_sysent.c | 4 | ||||
-rw-r--r-- | sys/kern/syscalls.c | 4 | ||||
-rw-r--r-- | sys/kern/vnode_if.c | 2 | ||||
-rw-r--r-- | sys/sys/syscall.h | 4 | ||||
-rw-r--r-- | sys/sys/syscallargs.h | 4 | ||||
-rw-r--r-- | sys/sys/vnode_if.h | 16 |
6 files changed, 16 insertions, 18 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index a95f5062910..dd66ef15e61 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.60 2003/04/14 04:53:50 art Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.61 2003/04/14 06:28:29 deraadt Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.52 2003/01/30 03:29:49 millert Exp + * created from; OpenBSD: syscalls.master,v 1.53 2003/04/14 04:53:50 art Exp */ #include <sys/param.h> diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 01a67ae9d07..7324118d21b 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.60 2003/04/14 04:53:50 art Exp $ */ +/* $OpenBSD: syscalls.c,v 1.61 2003/04/14 06:28:29 deraadt Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.52 2003/01/30 03:29:49 millert Exp + * created from; OpenBSD: syscalls.master,v 1.53 2003/04/14 04:53:50 art Exp */ char *syscallnames[] = { diff --git a/sys/kern/vnode_if.c b/sys/kern/vnode_if.c index 1c762730f66..f21f2334f5d 100644 --- a/sys/kern/vnode_if.c +++ b/sys/kern/vnode_if.c @@ -5,7 +5,7 @@ * Created from the file: * OpenBSD: vnode_if.src,v 1.19 2002/02/22 20:37:45 drahn Exp * by the script: - * OpenBSD: vnode_if.sh,v 1.8 2001/02/26 17:34:18 art Exp + * OpenBSD: vnode_if.sh,v 1.10 2002/03/14 23:47:05 millert Exp */ /* diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 5ca97f3505b..d41034e2e21 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.59 2003/04/14 04:53:50 art Exp $ */ +/* $OpenBSD: syscall.h,v 1.60 2003/04/14 06:28:29 deraadt Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.52 2003/01/30 03:29:49 millert Exp + * created from; OpenBSD: syscalls.master,v 1.53 2003/04/14 04:53:50 art Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index e2d70e279d8..7d986ea661d 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.61 2003/04/14 04:53:50 art Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.62 2003/04/14 06:28:29 deraadt Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.52 2003/01/30 03:29:49 millert Exp + * created from; OpenBSD: syscalls.master,v 1.53 2003/04/14 04:53:50 art Exp */ #ifdef syscallarg diff --git a/sys/sys/vnode_if.h b/sys/sys/vnode_if.h index 502c5538a35..b22fcbd80b4 100644 --- a/sys/sys/vnode_if.h +++ b/sys/sys/vnode_if.h @@ -5,7 +5,7 @@ * Created from the file: * OpenBSD: vnode_if.src,v 1.19 2002/02/22 20:37:45 drahn Exp * by the script: - * OpenBSD: vnode_if.sh,v 1.8 2001/02/26 17:34:18 art Exp + * OpenBSD: vnode_if.sh,v 1.10 2002/03/14 23:47:05 millert Exp */ /* @@ -121,8 +121,7 @@ struct vop_getattr_args { struct proc *a_p; }; extern struct vnodeop_desc vop_getattr_desc; -int VOP_GETATTR(struct vnode *, struct vattr *, struct ucred *, - struct proc *); +int VOP_GETATTR(struct vnode *, struct vattr *, struct ucred *, struct proc *); struct vop_setattr_args { struct vnodeop_desc *a_desc; @@ -132,8 +131,7 @@ struct vop_setattr_args { struct proc *a_p; }; extern struct vnodeop_desc vop_setattr_desc; -int VOP_SETATTR(struct vnode *, struct vattr *, struct ucred *, - struct proc *); +int VOP_SETATTR(struct vnode *, struct vattr *, struct ucred *, struct proc *); struct vop_read_args { struct vnodeop_desc *a_desc; @@ -275,8 +273,8 @@ struct vop_symlink_args { char *a_target; }; extern struct vnodeop_desc vop_symlink_desc; -int VOP_SYMLINK(struct vnode *, struct vnode **, - struct componentname *, struct vattr *, char *); +int VOP_SYMLINK(struct vnode *, struct vnode **, struct componentname *, + struct vattr *, char *); struct vop_readdir_args { struct vnodeop_desc *a_desc; @@ -288,8 +286,8 @@ struct vop_readdir_args { u_long **a_cookies; }; extern struct vnodeop_desc vop_readdir_desc; -int VOP_READDIR(struct vnode *, struct uio *, struct ucred *, int *, - int *, u_long **); +int VOP_READDIR(struct vnode *, struct uio *, struct ucred *, int *, int *, + u_long **); struct vop_readlink_args { struct vnodeop_desc *a_desc; |