summaryrefslogtreecommitdiff
path: root/openbsd-compat/vis.c
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2017-01-31 12:33:47 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2017-01-31 12:33:47 +0000
commit19ca85510bbe080af3faf5e9ae394608428ac953 (patch)
tree117f9a26f0d949b937129ea841578bd2ba4390fa /openbsd-compat/vis.c
parentab4ec008e7abd1c8098428dbf9642c3685383045 (diff)
Vendor import of OpenSSH 7.4p1.vendor/openssh/7.4p1
Notes
svn path=/vendor-crypto/openssh/dist/; revision=313012 svn path=/vendor-crypto/openssh/7.4p1/; revision=313013; tag=vendor/openssh/7.4p1
Diffstat (limited to 'openbsd-compat/vis.c')
-rw-r--r--openbsd-compat/vis.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/openbsd-compat/vis.c b/openbsd-compat/vis.c
index 3cef6bafdf12..0e04ed025dde 100644
--- a/openbsd-compat/vis.c
+++ b/openbsd-compat/vis.c
@@ -33,12 +33,6 @@
#include "includes.h"
#if !defined(HAVE_STRNVIS) || defined(BROKEN_STRNVIS)
-/*
- * We want these to override in the BROKEN_STRNVIS case. TO avoid future sync
- * problems no-op out the weak symbol definition rather than remove it.
- */
-#define DEF_WEAK(x)
-
#include <sys/types.h>
#include <errno.h>
#include <ctype.h>