summaryrefslogtreecommitdiff
path: root/openbsd-compat/vis.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/vis.c')
-rw-r--r--openbsd-compat/vis.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/vis.c b/openbsd-compat/vis.c
index 52d19ac55..3a087b341 100644
--- a/openbsd-compat/vis.c
+++ b/openbsd-compat/vis.c
@@ -1,5 +1,3 @@
1/* OPENBSD ORIGINAL: lib/libc/gen/vis.c */
2
3/* $OpenBSD: vis.c,v 1.19 2005/09/01 17:15:49 millert Exp $ */ 1/* $OpenBSD: vis.c,v 1.19 2005/09/01 17:15:49 millert Exp $ */
4/*- 2/*-
5 * Copyright (c) 1989, 1993 3 * Copyright (c) 1989, 1993
@@ -30,6 +28,8 @@
30 * SUCH DAMAGE. 28 * SUCH DAMAGE.
31 */ 29 */
32 30
31/* OPENBSD ORIGINAL: lib/libc/gen/vis.c */
32
33#include "includes.h" 33#include "includes.h"
34#if !defined(HAVE_STRNVIS) 34#if !defined(HAVE_STRNVIS)
35 35