X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fopen-safer.c;h=04a72eb7b6c93063150cbcde2593d0b0200747c2;hb=72c48440c1f459e2659270598b771c69e9c08994;hp=c7800a3959eb6bbdd225f875d02429c8c99a762b;hpb=d49e12fd465868c5fb45f1cf5cfb701843f9bc69;p=gnulib.git diff --git a/lib/open-safer.c b/lib/open-safer.c index c7800a395..04a72eb7b 100644 --- a/lib/open-safer.c +++ b/lib/open-safer.c @@ -1,5 +1,6 @@ /* Invoke open, but avoid some glitches. - 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 @@ -17,9 +18,7 @@ /* Written by Paul Eggert. */ -#if HAVE_CONFIG_H -# include -#endif +#include #include "fcntl-safer.h"