=================================================================== RCS file: /cvs/mandoc/compat_reallocarray.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- mandoc/compat_reallocarray.c 2014/04/23 21:06:41 1.1 +++ mandoc/compat_reallocarray.c 2014/08/10 23:54:41 1.2 @@ -1,6 +1,4 @@ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #ifdef HAVE_REALLOCARRAY @@ -8,7 +6,7 @@ int dummy; #else -/* $OpenBSD: compat_reallocarray.c,v 1.1 2014/04/23 21:06:41 schwarze Exp $ */ +/* $OpenBSD: compat_reallocarray.c,v 1.2 2014/08/10 23:54:41 schwarze Exp $ */ /* * Copyright (c) 2008 Otto Moerbeek *