X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/542b6aa18abe9cadcf68c4a5c88bde4353e5eac9..c811b41609dc2a80154d0dec89ac310da527f301:/compat_strsep.c?ds=inline diff --git a/compat_strsep.c b/compat_strsep.c index 1c7dfef9..1df57582 100644 --- a/compat_strsep.c +++ b/compat_strsep.c @@ -1,12 +1,13 @@ #include "config.h" -#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