From ea3a546595c994f7d63049af16eecab1660ef4fa Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 20 May 2015 22:22:59 +0000 Subject: * remove FreeBSDisms * purge and sort headers * add build and compat glue * and LICENSE information for soelim(1) --- compat_stringlist.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'compat_stringlist.h') 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 * 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 #include /* @@ -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 */ -- cgit v1.2.3