X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fcopy-file.c;h=21bcfdef61069d37823d50042694df06ee4cc4ba;hb=ed664fa4ea5bdee8952dbcdf614b87303b8f67a1;hp=41191d21a016d64d73e7e15cc39a9a0f497b02ca;hpb=4cb984dac2d2acc60cfbde042c72b9dcafd40177;p=gnulib.git diff --git a/lib/copy-file.c b/lib/copy-file.c index 41191d21a..21bcfdef6 100644 --- a/lib/copy-file.c +++ b/lib/copy-file.c @@ -1,5 +1,5 @@ /* Copying of files. - Copyright (C) 2001-2003 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software; you can redistribute it and/or modify @@ -14,11 +14,11 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H -# include "config.h" +# include #endif /* Specification. */ @@ -26,11 +26,9 @@ #include #include +#include #include - -#ifdef HAVE_UNISTD_H -# include -#endif +#include #if HAVE_UTIME || HAVE_UTIMES # if HAVE_UTIME_H