Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern will it include, that is the question
details: https://anonhg.NetBSD.org/src/rev/06ba00574b9f
branches: trunk
changeset: 753999:06ba00574b9f
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Apr 15 20:46:08 2010 +0000
description:
will it include, that is the question
(to everyone's disappointment on some archs it didn't)
diffstat:
sys/kern/kern_syscall.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 39a24b70fe82 -r 06ba00574b9f sys/kern/kern_syscall.c
--- a/sys/kern/kern_syscall.c Thu Apr 15 18:21:29 2010 +0000
+++ b/sys/kern/kern_syscall.c Thu Apr 15 20:46:08 2010 +0000
@@ -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.
@@ -30,7 +30,7 @@
*/
#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"
@@ -41,6 +41,7 @@
#include <sys/param.h>
#include <sys/module.h>
+#include <sys/sched.h>
#include <sys/syscall.h>
#include <sys/syscallargs.h>
#include <sys/syscallvar.h>
Home |
Main Index |
Thread Index |
Old Index