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') /*