From 9715bb1833947456dc4fa1cf536fbd32a129979f Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 17 Jan 2003 10:31:38 +1100 Subject: - (djm) Bug #470: Detect strnvis, not strvis in configure. From d_wllms@lanl.gov --- openbsd-compat/vis.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbsd-compat/vis.h') diff --git a/openbsd-compat/vis.h b/openbsd-compat/vis.h index 98924bde4..5df6f3694 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 */ -- cgit v1.2.3