http://cvs.savannah.gnu.org/viewvc/cvs/ccvs/lib/mempcpy.c?r1=1.2&r2=1.3&pathrev=MAIN
fixed in cvs-HEAD after cvs-1.12.13a

--- lib/mempcpy.c	2005/05/23 17:44:31	1.2
+++ lib/mempcpy.c	2007/08/22 12:48:42	1.3
@@ -1,5 +1,5 @@
 /* Copy memory area and return pointer after last written byte.
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -15,9 +15,9 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
-/* Specification.  */
-#include "mempcpy.h"
+#include <config.h>
 
+/* Specification.  */
 #include <string.h>
 
 /* Copy N bytes of SRC to DEST, return pointer to bytes after the