NetBSD/sys/kern/syscalls.c
2015-11-30 23:25:54 +00:00

24 lines
610 B
C

/* $NetBSD: syscalls.c,v 1.292 2015/11/30 23:25:54 pgoyette Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.280 2015/10/10 03:27:30 pgoyette Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.292 2015/11/30 23:25:54 pgoyette Exp $");
#if defined(_KERNEL_OPT)
#include "opt_modular.h"
#include "opt_ntp.h"
#include "opt_sysv.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/signal.h>
#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/sched.h>
#include <sys/syscallargs.h>