diff options
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/vis.c | 2 | ||||
-rw-r--r-- | openbsd-compat/vis.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/openbsd-compat/vis.c b/openbsd-compat/vis.c index 303a9a5b3..fc5741390 100644 --- a/openbsd-compat/vis.c +++ b/openbsd-compat/vis.c | |||
@@ -31,7 +31,7 @@ | |||
31 | * SUCH DAMAGE. | 31 | * SUCH DAMAGE. |
32 | */ | 32 | */ |
33 | #include "config.h" | 33 | #include "config.h" |
34 | #if !defined(HAVE_STRVIS) | 34 | #if !defined(HAVE_STRNVIS) |
35 | 35 | ||
36 | #if defined(LIBC_SCCS) && !defined(lint) | 36 | #if defined(LIBC_SCCS) && !defined(lint) |
37 | static char rcsid[] = "$OpenBSD: vis.c,v 1.8 2002/02/19 19:39:36 millert Exp $"; | 37 | static char rcsid[] = "$OpenBSD: vis.c,v 1.8 2002/02/19 19:39:36 millert Exp $"; |
diff --git a/openbsd-compat/vis.h b/openbsd-compat/vis.h index 98924bde4..5df6f3694 100644 --- a/openbsd-compat/vis.h +++ b/openbsd-compat/vis.h | |||
@@ -36,7 +36,7 @@ | |||
36 | * @(#)vis.h 5.9 (Berkeley) 4/3/91 | 36 | * @(#)vis.h 5.9 (Berkeley) 4/3/91 |
37 | */ | 37 | */ |
38 | #include "config.h" | 38 | #include "config.h" |
39 | #if !defined(HAVE_STRVIS) | 39 | #if !defined(HAVE_STRNVIS) |
40 | 40 | ||
41 | #ifndef _VIS_H_ | 41 | #ifndef _VIS_H_ |
42 | #define _VIS_H_ | 42 | #define _VIS_H_ |
@@ -88,4 +88,4 @@ int unvis(char *, char, int *, int); | |||
88 | 88 | ||
89 | #endif /* !_VIS_H_ */ | 89 | #endif /* !_VIS_H_ */ |
90 | 90 | ||
91 | #endif /* !HAVE_STRVIS */ | 91 | #endif /* !HAVE_STRNVIS */ |