This commit is contained in:
christos 2015-02-10 17:43:44 +00:00
parent 06ea2d9d35
commit d83ca2bff1
5 changed files with 18 additions and 12 deletions

View File

@ -1,14 +1,14 @@
/* $NetBSD: init_sysent.c,v 1.287 2014/07/25 08:27:35 dholland Exp $ */
/* $NetBSD: init_sysent.c,v 1.288 2015/02/10 17:43:44 christos Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.270 2014/07/25 08:25:47 dholland Exp
* created from NetBSD: syscalls.master,v 1.271 2015/02/10 15:07:39 martin Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.287 2014/07/25 08:27:35 dholland Exp $");
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.288 2015/02/10 17:43:44 christos Exp $");
#include "opt_modular.h"
#include "opt_ntp.h"
@ -105,6 +105,12 @@ __KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.287 2014/07/25 08:27:35 dholland E
#define compat_60(func) sys_nosys
#endif
#ifdef COMPAT_70
#define compat_70(func) __CONCAT(compat_70_,func)
#else
#define compat_70(func) sys_nosys
#endif
#define s(type) sizeof(type)
#define n(type) (sizeof(type)/sizeof (register_t))
#define ns(type) n(type), s(type)

View File

@ -1,14 +1,14 @@
/* $NetBSD: syscalls.c,v 1.278 2014/07/25 08:27:35 dholland Exp $ */
/* $NetBSD: syscalls.c,v 1.279 2015/02/10 17:43:44 christos Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.270 2014/07/25 08:25:47 dholland Exp
* created from NetBSD: syscalls.master,v 1.271 2015/02/10 15:07:39 martin Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.278 2014/07/25 08:27:35 dholland Exp $");
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.279 2015/02/10 17:43:44 christos Exp $");
#if defined(_KERNEL_OPT)
#include "opt_modular.h"

View File

@ -1,10 +1,10 @@
/* $NetBSD: rump_syscalls.h,v 1.79 2014/07/25 08:27:36 dholland Exp $ */
/* $NetBSD: rump_syscalls.h,v 1.80 2015/02/10 17:43:44 christos Exp $ */
/*
* System call protos in rump namespace.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.270 2014/07/25 08:25:47 dholland Exp
* created from NetBSD: syscalls.master,v 1.271 2015/02/10 15:07:39 martin Exp
*/
#ifndef _RUMP_RUMP_SYSCALLS_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscall.h,v 1.274 2014/07/25 08:27:36 dholland Exp $ */
/* $NetBSD: syscall.h,v 1.275 2015/02/10 17:43:44 christos Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.270 2014/07/25 08:25:47 dholland Exp
* created from NetBSD: syscalls.master,v 1.271 2015/02/10 15:07:39 martin Exp
*/
#ifndef _SYS_SYSCALL_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscallargs.h,v 1.257 2014/07/25 08:27:36 dholland Exp $ */
/* $NetBSD: syscallargs.h,v 1.258 2015/02/10 17:43:44 christos Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.270 2014/07/25 08:25:47 dholland Exp
* created from NetBSD: syscalls.master,v 1.271 2015/02/10 15:07:39 martin Exp
*/
#ifndef _SYS_SYSCALLARGS_H_