Commit regenerated files after adding include of <sys/sched.h>.
This commit is contained in:
parent
3824f75f83
commit
acba26b8f9
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: aoutm68k_syscall.h,v 1.32 2008/04/23 14:10:03 ad Exp $ */
|
||||
/* $NetBSD: aoutm68k_syscall.h,v 1.33 2008/06/21 19:59:09 he Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.27 2008/04/23 14:07:49 ad Exp
|
||||
* created from NetBSD: syscalls.master,v 1.28 2008/06/21 19:58:27 he Exp
|
||||
*/
|
||||
|
||||
#ifndef _AOUTM68K_SYS_SYSCALL_H_
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: aoutm68k_syscallargs.h,v 1.30 2008/04/23 14:10:03 ad Exp $ */
|
||||
/* $NetBSD: aoutm68k_syscallargs.h,v 1.31 2008/06/21 19:59:09 he Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.27 2008/04/23 14:07:49 ad Exp
|
||||
* created from NetBSD: syscalls.master,v 1.28 2008/06/21 19:58:27 he Exp
|
||||
*/
|
||||
|
||||
#ifndef _AOUTM68K_SYS_SYSCALLARGS_H_
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: aoutm68k_syscalls.c,v 1.29 2008/04/23 14:10:03 ad Exp $ */
|
||||
/* $NetBSD: aoutm68k_syscalls.c,v 1.30 2008/06/21 19:59:09 he Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.27 2008/04/23 14:07:49 ad Exp
|
||||
* created from NetBSD: syscalls.master,v 1.28 2008/06/21 19:58:27 he Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_syscalls.c,v 1.29 2008/04/23 14:10:03 ad Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_syscalls.c,v 1.30 2008/06/21 19:59:09 he Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#if defined(_KERNEL_OPT)
|
||||
|
@ -25,6 +25,7 @@ __KERNEL_RCSID(0, "$NetBSD: aoutm68k_syscalls.c,v 1.29 2008/04/23 14:10:03 ad Ex
|
|||
#include <sys/systm.h>
|
||||
#include <sys/signal.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/sched.h>
|
||||
#include <sys/syscallargs.h>
|
||||
#include <compat/aoutm68k/aoutm68k_syscallargs.h>
|
||||
#endif /* _KERNEL_OPT */
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: aoutm68k_sysent.c,v 1.34 2008/06/17 16:13:08 he Exp $ */
|
||||
/* $NetBSD: aoutm68k_sysent.c,v 1.35 2008/06/21 19:59:09 he Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.27 2008/04/23 14:07:49 ad Exp
|
||||
* created from NetBSD: syscalls.master,v 1.28 2008/06/21 19:58:27 he Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_sysent.c,v 1.34 2008/06/17 16:13:08 he Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_sysent.c,v 1.35 2008/06/21 19:59:09 he Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_ktrace.h"
|
||||
|
|
Loading…
Reference in New Issue