summaryrefslogtreecommitdiff
path: root/openbsd-compat/vis.c
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.c
parentcb3e3c8b24b5c62a56241719df3702b5d598d5f4 (diff)
- (djm) Bug #470: Detect strnvis, not strvis in configure.
From d_wllms@lanl.gov
Diffstat (limited to 'openbsd-compat/vis.c')
-rw-r--r--openbsd-compat/vis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/vis.c b/openbsd-compat/vis.c
index 303a9a5b3..fc5741390 100644
--- a/openbsd-compat/vis.c
+++ b/openbsd-compat/vis.c
@@ -31,7 +31,7 @@
31 * SUCH DAMAGE. 31 * SUCH DAMAGE.
32 */ 32 */
33#include "config.h" 33#include "config.h"
34#if !defined(HAVE_STRVIS) 34#if !defined(HAVE_STRNVIS)
35 35
36#if defined(LIBC_SCCS) && !defined(lint) 36#if defined(LIBC_SCCS) && !defined(lint)
37static char rcsid[] = "$OpenBSD: vis.c,v 1.8 2002/02/19 19:39:36 millert Exp $"; 37static char rcsid[] = "$OpenBSD: vis.c,v 1.8 2002/02/19 19:39:36 millert Exp $";