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/215b9b613b30
branches:  trunk
changeset: 365420:215b9b613b30
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 8d7f3e875e1a -r 215b9b613b30 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