X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Frenameat.c;h=dcc1505fa8827b34a96b7f46e29fc17dfdadf033;hb=387c96fc38b1985d677a25881ab99a449a00af22;hp=692fd52ae5cc1d2a7692b7401c4cb2fab6bb5c6f;hpb=6da7b8a1733c379d83744df595b123f2fc5606a7;p=gnulib.git diff --git a/lib/renameat.c b/lib/renameat.c index 692fd52ae..dcc1505fa 100644 --- a/lib/renameat.c +++ b/lib/renameat.c @@ -1,5 +1,5 @@ /* Rename a file relative to open directories. - Copyright (C) 2009-2010 Free Software Foundation, Inc. + Copyright (C) 2009-2012 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,12 +18,6 @@ #include -/* Solaris 10, which predates POSIX-2008, declares its renameat in - unistd.h. Include unistd.h before including stdio.h, so that - gnulib's stdio.h doesn't #define renameat to rpl_renameat before - Solaris 10's unistd.h declares the system renameat. */ -#include - #include #if HAVE_RENAMEAT