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.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/openbsd-compat/vis.h b/openbsd-compat/vis.h
index 1c131cc85..5df6f3694 100644
--- a/openbsd-compat/vis.h
+++ b/openbsd-compat/vis.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: vis.h,v 1.6 2003/06/02 19:34:12 millert Exp $ */ 1/* $OpenBSD: vis.h,v 1.5 2002/02/16 21:27:17 millert Exp $ */
2/* $NetBSD: vis.h,v 1.4 1994/10/26 00:56:41 cgd Exp $ */ 2/* $NetBSD: vis.h,v 1.4 1994/10/26 00:56:41 cgd Exp $ */
3 3
4/*- 4/*-
@@ -13,7 +13,11 @@
13 * 2. Redistributions in binary form must reproduce the above copyright 13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the 14 * notice, this list of conditions and the following disclaimer in the
15 * documentation and/or other materials provided with the distribution. 15 * documentation and/or other materials provided with the distribution.
16 * 3. Neither the name of the University nor the names of its contributors 16 * 3. All advertising materials mentioning features or use of this software
17 * must display the following acknowledgement:
18 * This product includes software developed by the University of
19 * California, Berkeley and its contributors.
20 * 4. Neither the name of the University nor the names of its contributors
17 * may be used to endorse or promote products derived from this software 21 * may be used to endorse or promote products derived from this software
18 * without specific prior written permission. 22 * without specific prior written permission.
19 * 23 *
@@ -31,8 +35,7 @@
31 * 35 *
32 * @(#)vis.h 5.9 (Berkeley) 4/3/91 36 * @(#)vis.h 5.9 (Berkeley) 4/3/91
33 */ 37 */
34 38#include "config.h"
35#include "includes.h"
36#if !defined(HAVE_STRNVIS) 39#if !defined(HAVE_STRNVIS)
37 40
38#ifndef _VIS_H_ 41#ifndef _VIS_H_