summaryrefslogtreecommitdiff
path: root/openbsd-compat/vis.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/vis.h')
-rw-r--r--openbsd-compat/vis.h4
1 files changed, 2 insertions, 2 deletions
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 */