Module Name:    src
Committed By:   skrll
Date:           Sun Apr 10 10:09:21 UTC 2016

Modified Files:
        src/sys/sys [nick-nhusb]: kernhist.h

Log Message:
Sync with HEAD (KERNHIST_DUMP fix)


To generate a diff of this commit:
cvs rdiff -u -r1.9.6.2 -r1.9.6.3 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.9.6.2 src/sys/sys/kernhist.h:1.9.6.3
--- src/sys/sys/kernhist.h:1.9.6.2	Wed Apr  6 22:00:03 2016
+++ src/sys/sys/kernhist.h	Sun Apr 10 10:09:21 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: kernhist.h,v 1.9.6.2 2016/04/06 22:00:03 skrll Exp $	*/
+/*	$NetBSD: kernhist.h,v 1.9.6.3 2016/04/10 10:09:21 skrll Exp $	*/
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -212,7 +212,7 @@ do { \
 	unsigned int _kernhist_call = 0;
 
 #ifdef DDB
-#define KERNHIST_DUMP(NAME)	kernhist_dump(&NAME)
+#define KERNHIST_DUMP(NAME)	kernhist_dump(&NAME, printf)
 #else
 #define KERNHIST_DUMP(NAME)
 #endif

Reply via email to