Source-Changes-HG archive

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

[src/trunk]: src/sys/sys make things compile.



details:   https://anonhg.NetBSD.org/src/rev/381a5d24fd72
branches:  trunk
changeset: 834501:381a5d24fd72
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Aug 14 11:39:10 2018 +0000

description:
make things compile.

diffstat:

 sys/sys/kernhist.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0622139b43c0 -r 381a5d24fd72 sys/sys/kernhist.h
--- a/sys/sys/kernhist.h        Tue Aug 14 08:54:11 2018 +0000
+++ b/sys/sys/kernhist.h        Tue Aug 14 11:39:10 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kernhist.h,v 1.24 2018/08/13 03:20:19 mrg Exp $        */
+/*     $NetBSD: kernhist.h,v 1.25 2018/08/14 11:39:10 christos Exp $   */
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -252,7 +252,7 @@
        uint32_t _kernhist_call = 0;
 
 #ifdef DDB
-#define KERNHIST_DUMP(NAME)    kernhist_dump(&NAME, printf)
+#define KERNHIST_DUMP(NAME)    kernhist_dump(&NAME, 0, printf)
 #else
 #define KERNHIST_DUMP(NAME)
 #endif



Home | Main Index | Thread Index | Old Index