From efe35aad529ea752a6301addb39b46eaf5be7af2 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Thu, 8 Feb 2001 16:34:56 +0000 Subject: - (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney --- ChangeLog | 4 ++++ openbsd-compat/vis.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 02a43ec8b..182b3e83f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +20010209 + - (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney + + 20010208 - (djm) Don't delete external askpass program in make uninstall target. Report and fix from Roumen Petrov diff --git a/openbsd-compat/vis.c b/openbsd-compat/vis.c index 94283a077..f49277eb3 100644 --- a/openbsd-compat/vis.c +++ b/openbsd-compat/vis.c @@ -35,10 +35,10 @@ static char rcsid[] = "$OpenBSD: vis.c,v 1.5 2000/07/19 15:25:13 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ -#ifndef HAVE_VIS - #include "includes.h" +#ifndef HAVE_VIS + #define isoctal(c) (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7') /* -- cgit v1.2.3