1 /* $NetBSD: syscalls.c,v 1.292 2015/11/30 23:25:54 pgoyette Exp $ */ 2 3 /* 4 * System call names. 5 * 6 * DO NOT EDIT-- this file is automatically generated. 7 * created from NetBSD: syscalls.master,v 1.280 2015/10/10 03:27:30 pgoyette Exp 8 */ 9 10 #include <sys/cdefs.h> 11 __KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.292 2015/11/30 23:25:54 pgoyette Exp $"); 12 13 #if defined(_KERNEL_OPT) 14 #include "opt_modular.h" 15 #include "opt_ntp.h" 16 #include "opt_sysv.h" 17 #include <sys/param.h> 18 #include <sys/systm.h> 19 #include <sys/signal.h> 20 #include <sys/socket.h> 21 #include <sys/mount.h> 22 #include <sys/sched.h> 23 #include <sys/syscallargs.h> 24