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) --- soelim.c | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'soelim.c') diff --git a/soelim.c b/soelim.c index de6911f3..c1fa4adb 100644 --- a/soelim.c +++ b/soelim.c @@ -1,4 +1,5 @@ -/*- +/* $Id: soelim.c,v 1.2 2015/05/20 22:22:59 schwarze Exp $ */ +/* * Copyright (c) 2014 Baptiste Daroussin * All rights reserved. * @@ -24,20 +25,20 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include -__FBSDID("$FreeBSD$"); - #include +#include -#define _WITH_GETLINE +#include +#include #include -#include #include -#include #include +#if HAVE_STRINGLIST #include -#include -#include +#else +#include "compat_stringlist.h" +#endif +#include #define C_OPTION 0x1 -- cgit v1.2.3