Module Name:    src
Committed By:   christos
Date:           Tue Aug 14 11:39:10 UTC 2018

Modified Files:
        src/sys/sys: kernhist.h

Log Message:
make things compile.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/sys/kernhist.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/kernhist.h
diff -u src/sys/sys/kernhist.h:1.24 src/sys/sys/kernhist.h:1.25
--- src/sys/sys/kernhist.h:1.24	Sun Aug 12 23:20:19 2018
+++ src/sys/sys/kernhist.h	Tue Aug 14 07:39:10 2018
@@ -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 @@ do { \
 	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

Reply via email to