Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys #include <opt_ddb.h>
details: https://anonhg.NetBSD.org/src/rev/6952b940b606
branches: trunk
changeset: 486520:6952b940b606
user: soren <soren%NetBSD.org@localhost>
date: Wed May 24 08:14:01 2000 +0000
description:
#include <opt_ddb.h>
diffstat:
sys/sys/systm.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 70c2bbedc8c0 -r 6952b940b606 sys/sys/systm.h
--- a/sys/sys/systm.h Wed May 24 08:04:23 2000 +0000
+++ b/sys/sys/systm.h Wed May 24 08:14:01 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: systm.h,v 1.107 2000/03/29 00:01:39 simonb Exp $ */
+/* $NetBSD: systm.h,v 1.108 2000/05/24 08:14:01 soren Exp $ */
/*-
* Copyright (c) 1982, 1988, 1991, 1993
@@ -71,6 +71,10 @@
#ifndef _SYS_SYSTM_H_
#define _SYS_SYSTM_H_
+#if defined(_KERNEL) && !defined(_LKM)
+#include "opt_ddb.h"
+#endif
+
#include <machine/endian.h>
struct clockframe;
Home |
Main Index |
Thread Index |
Old Index