update for new syscalls.master
authorderaadt <deraadt@openbsd.org>
Thu, 14 Dec 1995 05:23:57 +0000 (05:23 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 14 Dec 1995 05:23:57 +0000 (05:23 +0000)
sys/kern/init_sysent.c
sys/kern/syscalls.c
sys/sys/syscall.h
sys/sys/syscallargs.h

index bee2caa..6f69d15 100644 (file)
@@ -2,7 +2,7 @@
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.29 1995/10/10 01:32:53 mycroft Exp 
+ * created from        NetBSD: syscalls.master,v 1.30 1995/11/22 23:07:29 cgd Exp 
  */
 
 #include <sys/param.h>
index 9924bc1..9454525 100644 (file)
@@ -2,7 +2,7 @@
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.29 1995/10/10 01:32:53 mycroft Exp 
+ * created from        NetBSD: syscalls.master,v 1.30 1995/11/22 23:07:29 cgd Exp 
  */
 
 char *syscallnames[] = {
index 43caca1..21de691 100644 (file)
@@ -2,7 +2,7 @@
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.29 1995/10/10 01:32:53 mycroft Exp 
+ * created from        NetBSD: syscalls.master,v 1.30 1995/11/22 23:07:29 cgd Exp 
  */
 
 #define        SYS_syscall     0
index a5e8dab..d0ecc43 100644 (file)
@@ -2,7 +2,7 @@
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.29 1995/10/10 01:32:53 mycroft Exp 
+ * created from        NetBSD: syscalls.master,v 1.30 1995/11/22 23:07:29 cgd Exp 
  */
 
 #define        syscallarg(x)   union { x datum; register_t pad; }
@@ -193,8 +193,8 @@ struct sys_dup_args {
 
 struct sys_profil_args {
        syscallarg(caddr_t) samples;
-       syscallarg(u_int) size;
-       syscallarg(u_int) offset;
+       syscallarg(size_t) size;
+       syscallarg(u_long) offset;
        syscallarg(u_int) scale;
 };