- (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney

<rjmooney@mediaone.net>
This commit is contained in:
Ben Lindstrom 2001-02-08 16:34:56 +00:00
Родитель b8b8ecf87d
Коммит efe35aad52
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,7 @@
20010209
- (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney
<rjmooney@mediaone.net>
20010208
- (djm) Don't delete external askpass program in make uninstall target.
Report and fix from Roumen Petrov <roumen.petrov@skalasoft.com>

Просмотреть файл

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