X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffd-safer.c;h=256bfa4a0e952a766588eeb7e0dc2748b2f33b36;hb=331f6ee713f7038d6d1a1c0451016c8aaab6a079;hp=93768600f742a3377782bca49db45723fb8ecd79;hpb=267a39bafd249d7eb9c37df06dc6defcf41cb343;p=gnulib.git diff --git a/lib/fd-safer.c b/lib/fd-safer.c index 93768600f..256bfa4a0 100644 --- a/lib/fd-safer.c +++ b/lib/fd-safer.c @@ -1,6 +1,6 @@ /* Return a safer copy of a file descriptor. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 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 @@ -18,17 +18,13 @@ /* Written by Paul Eggert. */ -#if HAVE_CONFIG_H -# include -#endif +#include #include "unistd-safer.h" #include -#if HAVE_UNISTD_H -# include -#endif +#include #ifndef STDIN_FILENO # define STDIN_FILENO 0 #endif