diff options
Diffstat (limited to 'openbsd-compat/vis.c')
-rw-r--r-- | openbsd-compat/vis.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
35 | static char rcsid[] = "$OpenBSD: vis.c,v 1.5 2000/07/19 15:25:13 deraadt Exp $"; | 35 | static char rcsid[] = "$OpenBSD: vis.c,v 1.5 2000/07/19 15:25:13 deraadt Exp $"; |
36 | #endif /* LIBC_SCCS and not lint */ | 36 | #endif /* LIBC_SCCS and not lint */ |
37 | 37 | ||
38 | #ifndef HAVE_VIS | ||
39 | |||
40 | #include "includes.h" | 38 | #include "includes.h" |
41 | 39 | ||
40 | #ifndef HAVE_VIS | ||
41 | |||
42 | #define isoctal(c) (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7') | 42 | #define isoctal(c) (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7') |
43 | 43 | ||
44 | /* | 44 | /* |