summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2019-01-29 19:32:37 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2019-01-29 19:32:37 +0000
commita67f556241b2b3a54165e7f9d09276031a35bc1b (patch)
tree98f27436678c807cd5f37e3d1c93180e6a00ddb0
parent1384eea89f8cefd9717c0f682b44ed20bec92274 (diff)
notyet
-rw-r--r--sbin/unwind/printconf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/unwind/printconf.c b/sbin/unwind/printconf.c
index e6c70fa45ba..6f8fe1bddcd 100644
--- a/sbin/unwind/printconf.c
+++ b/sbin/unwind/printconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: printconf.c,v 1.3 2019/01/27 12:40:54 florian Exp $ */
+/* $OpenBSD: printconf.c,v 1.4 2019/01/29 19:32:36 florian Exp $ */
/*
* Copyright (c) 2018 Florian Obser <florian@openbsd.org>
@@ -56,7 +56,9 @@ print_config(struct unwind_conf *conf)
{
struct unwind_forwarder *unwind_forwarder;
+#if notyet
printf("strict %s\n", yesno(conf->unwind_options));
+#endif
if (!SIMPLEQ_EMPTY(&conf->unwind_forwarder_list) ||
!SIMPLEQ_EMPTY(&conf->unwind_dot_forwarder_list)) {