Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/ufs/lfs Include opt_ddb.h so we will get the Debugger() ...



details:   https://anonhg.NetBSD.org/src/rev/3348752df596
branches:  trunk
changeset: 472633:3348752df596
user:      scottr <scottr%NetBSD.org@localhost>
date:      Tue May 04 00:35:37 1999 +0000

description:
Include opt_ddb.h so we will get the Debugger() prototype.

diffstat:

 sys/ufs/lfs/lfs_vfsops.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3f188370ab7f -r 3348752df596 sys/ufs/lfs/lfs_vfsops.c
--- a/sys/ufs/lfs/lfs_vfsops.c  Mon May 03 23:30:27 1999 +0000
+++ b/sys/ufs/lfs/lfs_vfsops.c  Tue May 04 00:35:37 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lfs_vfsops.c,v 1.32 1999/04/12 00:47:17 perseant Exp $ */
+/*     $NetBSD: lfs_vfsops.c,v 1.33 1999/05/04 00:35:37 scottr Exp $   */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -71,6 +71,7 @@
  */
 
 #if defined(_KERNEL) && !defined(_LKM)
+#include "opt_ddb.h"
 #include "opt_quota.h"
 #endif
 



Home | Main Index | Thread Index | Old Index