will it include, that is the question

(to everyone's disappointment on some archs it didn't)
This commit is contained in:
pooka 2010-04-15 20:46:08 +00:00
parent 2175ef1074
commit cc69e4568b

View File

@ -1,4 +1,4 @@
/* $NetBSD: kern_syscall.c,v 1.3 2010/04/14 15:15:37 pooka Exp $ */ /* $NetBSD: kern_syscall.c,v 1.4 2010/04/15 20:46:08 pooka Exp $ */
/*- /*-
* Copyright (c) 2008 The NetBSD Foundation, Inc. * Copyright (c) 2008 The NetBSD Foundation, Inc.
@ -30,7 +30,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: kern_syscall.c,v 1.3 2010/04/14 15:15:37 pooka Exp $"); __KERNEL_RCSID(0, "$NetBSD: kern_syscall.c,v 1.4 2010/04/15 20:46:08 pooka Exp $");
#include "opt_modular.h" #include "opt_modular.h"
@ -41,6 +41,7 @@ __KERNEL_RCSID(0, "$NetBSD: kern_syscall.c,v 1.3 2010/04/14 15:15:37 pooka Exp $
#include <sys/param.h> #include <sys/param.h>
#include <sys/module.h> #include <sys/module.h>
#include <sys/sched.h>
#include <sys/syscall.h> #include <sys/syscall.h>
#include <sys/syscallargs.h> #include <sys/syscallargs.h>
#include <sys/syscallvar.h> #include <sys/syscallvar.h>