Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern need opt_modular.h in kern_syscall
details: https://anonhg.NetBSD.org/src/rev/07b426ccf688
branches: trunk
changeset: 753958:07b426ccf688
user: pooka <pooka%NetBSD.org@localhost>
date: Wed Apr 14 15:12:44 2010 +0000
description:
need opt_modular.h in kern_syscall
diffstat:
sys/kern/kern_stub.c | 5 ++---
sys/kern/kern_syscall.c | 6 ++++--
2 files changed, 6 insertions(+), 5 deletions(-)
diffs (42 lines):
diff -r 3ccc09aac97d -r 07b426ccf688 sys/kern/kern_stub.c
--- a/sys/kern/kern_stub.c Wed Apr 14 14:49:05 2010 +0000
+++ b/sys/kern/kern_stub.c Wed Apr 14 15:12:44 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_stub.c,v 1.23 2010/04/14 14:46:59 pooka Exp $ */
+/* $NetBSD: kern_stub.c,v 1.24 2010/04/14 15:12:44 pooka Exp $ */
/*-
* Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
@@ -62,11 +62,10 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_stub.c,v 1.23 2010/04/14 14:46:59 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_stub.c,v 1.24 2010/04/14 15:12:44 pooka Exp $");
#include "opt_ptrace.h"
#include "opt_ktrace.h"
-#include "opt_modular.h"
#include "opt_sa.h"
/* XXX To get syscall prototypes. */
diff -r 3ccc09aac97d -r 07b426ccf688 sys/kern/kern_syscall.c
--- a/sys/kern/kern_syscall.c Wed Apr 14 14:49:05 2010 +0000
+++ b/sys/kern/kern_syscall.c Wed Apr 14 15:12:44 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_syscall.c,v 1.1 2010/04/14 14:46:59 pooka Exp $ */
+/* $NetBSD: kern_syscall.c,v 1.2 2010/04/14 15:12:44 pooka Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -30,7 +30,9 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_syscall.c,v 1.1 2010/04/14 14:46:59 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_syscall.c,v 1.2 2010/04/14 15:12:44 pooka Exp $");
+
+#include "opt_modular.h"
#include <sys/param.h>
#include <sys/module.h>
Home |
Main Index |
Thread Index |
Old Index