X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/9df73edf21694f640f489f84755d19ea5ca9ddaa..39d478672b8680bafd8d1dcbdaa3ab9ab5cc187d:/compat_strsep.c diff --git a/compat_strsep.c b/compat_strsep.c index a5c58c62..1df57582 100644 --- a/compat_strsep.c +++ b/compat_strsep.c @@ -1,14 +1,13 @@ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif -#ifdef HAVE_STRSEP +#if HAVE_STRSEP int dummy; #else -/* ($)OpenBSD: strsep.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */ +/* $Id: compat_strsep.c,v 1.4 2014/12/11 09:05:01 schwarze Exp $ */ +/* $OpenBSD: strsep.c,v 1.7 2014/02/05 20:42:32 stsp Exp $ */ /*- * Copyright (c) 1990, 1993