aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/compat_stringlist.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-05-20 22:22:59 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-05-20 22:22:59 +0000
commitea3a546595c994f7d63049af16eecab1660ef4fa (patch)
tree878fffc5e32865bc50e1b26525056762d1b60e44 /compat_stringlist.h
parent7578dcc6592a42a9ad7fbebacd5fcdfba0238f9e (diff)
downloadmandoc-ea3a546595c994f7d63049af16eecab1660ef4fa.tar.gz
mandoc-ea3a546595c994f7d63049af16eecab1660ef4fa.tar.zst
mandoc-ea3a546595c994f7d63049af16eecab1660ef4fa.zip
* remove FreeBSDisms
* purge and sort headers * add build and compat glue * and LICENSE information for soelim(1)
Diffstat (limited to 'compat_stringlist.h')
-rw-r--r--compat_stringlist.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/compat_stringlist.h b/compat_stringlist.h
index d3154b34..5751fb22 100644
--- a/compat_stringlist.h
+++ b/compat_stringlist.h
@@ -1,7 +1,8 @@
+/* $Id: compat_stringlist.h,v 1.2 2015/05/20 22:22:59 schwarze Exp $ */
/* $NetBSD: stringlist.h,v 1.2 1997/01/17 06:11:36 lukem Exp $ */
/*
- * Copyright (c) 1994 Christos Zoulas
+ * Copyright (c) 1994 Christos Zoulas <christos@netbsd.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -29,13 +30,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
-#ifndef _STRINGLIST_H
-#define _STRINGLIST_H
-#include <sys/cdefs.h>
#include <sys/types.h>
/*
@@ -53,5 +49,3 @@ int sl_add(StringList *, char *);
void sl_free(StringList *, int);
char *sl_find(StringList *, const char *);
__END_DECLS
-
-#endif /* _STRINGLIST_H */