summaryrefslogtreecommitdiff
path: root/openbsd-compat/vis.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-01-17 10:31:38 +1100
committerDamien Miller <djm@mindrot.org>2003-01-17 10:31:38 +1100
commit9715bb1833947456dc4fa1cf536fbd32a129979f (patch)
treedca7dc58aaa8e0904cabafa80b3dc7804f30a704 /openbsd-compat/vis.h
parentcb3e3c8b24b5c62a56241719df3702b5d598d5f4 (diff)
downloadopenssh-git-9715bb1833947456dc4fa1cf536fbd32a129979f.tar.gz
- (djm) Bug #470: Detect strnvis, not strvis in configure.
From d_wllms@lanl.gov
Diffstat (limited to 'openbsd-compat/vis.h')
-rw-r--r--openbsd-compat/vis.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/vis.h b/openbsd-compat/vis.h
index 98924bde..5df6f369 100644
--- a/openbsd-compat/vis.h
+++ b/openbsd-compat/vis.h
@@ -36,7 +36,7 @@
* @(#)vis.h 5.9 (Berkeley) 4/3/91
*/
#include "config.h"
-#if !defined(HAVE_STRVIS)
+#if !defined(HAVE_STRNVIS)
#ifndef _VIS_H_
#define _VIS_H_
@@ -88,4 +88,4 @@ int unvis(char *, char, int *, int);
#endif /* !_VIS_H_ */
-#endif /* !HAVE_STRVIS */
+#endif /* !HAVE_STRNVIS */