=================================================================== RCS file: /cvs/mandoc/compat_strsep.c,v retrieving revision 1.1 retrieving revision 1.4 diff -u -p -r1.1 -r1.4 --- mandoc/compat_strsep.c 2013/12/31 23:03:47 1.1 +++ mandoc/compat_strsep.c 2014/12/11 09:05:01 1.4 @@ -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: compat_strsep.c,v 1.4 2014/12/11 09:05:01 schwarze Exp $ */ /*- * Copyright (c) 1990, 1993