* 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>
* 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[] = {
* 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
* 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; }
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;
};