X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Frename.c;h=4a4c165b2c554a1bccb050f77a59c62442b8eb64;hb=fc66900ee825390c11719d7d3e6816c6fa94ef45;hp=57676c96403842aadb3c78f7beb94b463908832c;hpb=7bf6449a9e1ef29eb8f6e271305fdc93bfe9d6fc;p=gnulib.git diff --git a/lib/rename.c b/lib/rename.c index 57676c964..4a4c165b2 100644 --- a/lib/rename.c +++ b/lib/rename.c @@ -1,6 +1,7 @@ /* Work around the bug in some systems whereby rename fails when the source - path has a trailing slash. The rename from SunOS 4.1.1_U1 has this bug. - Copyright (C) 2001 Free Software Foundation, Inc. + path has a trailing slash. The rename functions of SunOS 4.1.1_U1 and + mips-dec-ultrix4.4 have this bug. + Copyright (C) 2001-2003 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 @@ -18,7 +19,11 @@ /* written by Volker Borchert */ -#include +#if HAVE_CONFIG_H +# include +#endif +#undef rename + #include #if HAVE_STDLIB_H # include @@ -30,8 +35,8 @@ # include #endif -#include -#include +#include "dirname.h" +#include "xalloc.h" #ifndef HAVE_DECL_FREE "this configure-time declaration test was not run"