Source-Changes-HG archive

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

[src/trunk]: src/sys/kern include opt_malloclog.h



details:   https://anonhg.NetBSD.org/src/rev/834ecd11193b
branches:  trunk
changeset: 554710:834ecd11193b
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Nov 01 07:07:31 2003 +0000

description:
include opt_malloclog.h

diffstat:

 sys/kern/kern_lkm.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 8079ee03c993 -r 834ecd11193b sys/kern/kern_lkm.c
--- a/sys/kern/kern_lkm.c       Sat Nov 01 06:50:13 2003 +0000
+++ b/sys/kern/kern_lkm.c       Sat Nov 01 07:07:31 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_lkm.c,v 1.68 2003/09/06 19:08:54 jdolecek Exp $   */
+/*     $NetBSD: kern_lkm.c,v 1.69 2003/11/01 07:07:31 christos Exp $   */
 
 /*
  * Copyright (c) 1994 Christopher G. Demetriou
@@ -41,9 +41,10 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_lkm.c,v 1.68 2003/09/06 19:08:54 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_lkm.c,v 1.69 2003/11/01 07:07:31 christos Exp $");
 
 #include "opt_ddb.h"
+#include "opt_malloclog.h"
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index