summaryrefslogtreecommitdiff
path: root/usr.bin/kdump/kdump.h
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2016-03-24 05:05:43 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2016-03-24 05:05:43 +0000
commitba7a3bff0936ae0ac4e57fdb44711ee94f3bb31c (patch)
treeafa28c58ecb5c4491f96b112b940cd15139a868d /usr.bin/kdump/kdump.h
parent06456ba3b2aeb195a33e45543899cd6635970735 (diff)
Display NAMI records and AF_UNIX socket paths with vis, using
VIS_CSTYLE | VIS_DQ | VIS_TAB | VIS_NL; add the latter three flags to the existing vis encoding of exec argv/environ and pledge requests/paths. Delete local variables left unused when showbuf() and showbufc() were split ok otto@ millert@
Diffstat (limited to 'usr.bin/kdump/kdump.h')
-rw-r--r--usr.bin/kdump/kdump.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/kdump/kdump.h b/usr.bin/kdump/kdump.h
index 6ab27f40d8a..812a81364b1 100644
--- a/usr.bin/kdump/kdump.h
+++ b/usr.bin/kdump/kdump.h
@@ -19,7 +19,7 @@ const char *ioctlname(unsigned long);
/* kdump.c */
void sigset(int);
-void showbufc(int _column, unsigned char *_dp, size_t _datalen);
+void showbufc(int _column, unsigned char *_dp, size_t _len, int _flags);
/* ktrstruct.c */
void ktrstruct(char *, size_t);