X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fcloexec.c;h=6480006a5b46ca5ea4d745a43e12617de5c55ee7;hb=ccd54782ae73477aa3f3987ab04db9e6fde025d6;hp=cf2308ca1a506549ab709c3fcc07e8c39ec829c4;hpb=7c3f8da8f075e3813ced160d5b53a28c6f7dfe78;p=gnulib.git diff --git a/lib/cloexec.c b/lib/cloexec.c index cf2308ca1..6480006a5 100644 --- a/lib/cloexec.c +++ b/lib/cloexec.c @@ -1,5 +1,6 @@ /* closexec.c - set or clear the close-on-exec descriptor flag - Copyright (C) 1991, 2004, 2005 Free Software Foundation, Inc. + + Copyright (C) 1991, 2004, 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 @@ -17,9 +18,7 @@ The code is taken from glibc/manual/llio.texi */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include "cloexec.h"