X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fdirfd.c;h=06cb3c46f8d61710e1553c2f4a1c98ccbdcdedc3;hb=d2b0c77abf5b72cbf78ec4e4e404c851950b0fef;hp=d65a35c3efb439079111b29001bde8b5d1058bc6;hpb=267a39bafd249d7eb9c37df06dc6defcf41cb343;p=gnulib.git diff --git a/lib/dirfd.c b/lib/dirfd.c index d65a35c3e..06cb3c46f 100644 --- a/lib/dirfd.c +++ b/lib/dirfd.c @@ -1,5 +1,6 @@ /* dirfd.c -- return the file descriptor associated with an open DIR* - Copyright (C) 2001 Free Software Foundation, Inc. + + Copyright (C) 2001, 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 @@ -17,9 +18,7 @@ /* Written by Jim Meyering. */ -#if HAVE_CONFIG_H -# include -#endif +#include #include "dirfd.h"