зеркало из https://github.com/Azure/sonic-openssh.git
- (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney
<rjmooney@mediaone.net>
This commit is contained in:
Родитель
b8b8ecf87d
Коммит
efe35aad52
|
@ -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')
|
||||
|
||||
/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче