X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Frename.c;h=32d2b0131764df0aa209080294e689eb1962993c;hb=d2b0c77abf5b72cbf78ec4e4e404c851950b0fef;hp=9c9e7f4dff98e0744e43965456afdc26500b4e6b;hpb=222b0486b7db1b09293e05512873d633440efcb3;p=gnulib.git diff --git a/lib/rename.c b/lib/rename.c index 9c9e7f4df..32d2b0131 100644 --- a/lib/rename.c +++ b/lib/rename.c @@ -1,7 +1,8 @@ /* Work around the bug in some systems whereby rename fails when the source file has a trailing slash. The rename functions of SunOS 4.1.1_U1 and mips-dec-ultrix4.4 have this bug. - Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. + + Copyright (C) 2001, 2002, 2003, 2005, 2006 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 @@ -19,9 +20,7 @@ /* written by Volker Borchert */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #undef rename #include