summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/vis.c
diff options
context:
space:
mode:
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 303a9a5b..fc574139 100644
--- a/openbsd-compat/vis.c
+++ b/openbsd-compat/vis.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*/
#include "config.h"
-#if !defined(HAVE_STRVIS)
+#if !defined(HAVE_STRNVIS)
#if defined(LIBC_SCCS) && !defined(lint)
static char rcsid[] = "$OpenBSD: vis.c,v 1.8 2002/02/19 19:39:36 millert Exp $";