openbsd-compat/vis.c fails to build (patch)
Robert Mooney
rjmooney at mediaone.net
Fri Feb 9 01:44:46 EST 2001
vis.c from the 20010208 snap fails to build under OpenBSD 2.8. apply the following in the openssh root to fix:
--- openbsd-compat/vis.c.old Thu Feb 8 09:21:18 2001
+++ openbsd-compat/vis.c Thu Feb 8 09:21:26 2001
@@ -35,9 +35,9 @@
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)
More information about the openssh-unix-dev
mailing list