- (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney
<rjmooney@mediaone.net>
This commit is contained in:
parent
b8b8ecf87d
commit
efe35aad52
|
@ -1,3 +1,7 @@
|
||||||
|
20010209
|
||||||
|
- (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney
|
||||||
|
<rjmooney@mediaone.net>
|
||||||
|
|
||||||
20010208
|
20010208
|
||||||
- (djm) Don't delete external askpass program in make uninstall target.
|
- (djm) Don't delete external askpass program in make uninstall target.
|
||||||
Report and fix from Roumen Petrov <roumen.petrov@skalasoft.com>
|
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 $";
|
static char rcsid[] = "$OpenBSD: vis.c,v 1.5 2000/07/19 15:25:13 deraadt Exp $";
|
||||||
#endif /* LIBC_SCCS and not lint */
|
#endif /* LIBC_SCCS and not lint */
|
||||||
|
|
||||||
#ifndef HAVE_VIS
|
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
|
|
||||||
|
#ifndef HAVE_VIS
|
||||||
|
|
||||||
#define isoctal(c) (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7')
|
#define isoctal(c) (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7')
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue