X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fopen-safer.c;h=04a72eb7b6c93063150cbcde2593d0b0200747c2;hb=7a97de48ca71de5fd6fac6d27f8d131d17e7fc9a;hp=d3ba894ac7bc0be60822184e7e7b4cf85d09a335;hpb=222b0486b7db1b09293e05512873d633440efcb3;p=gnulib.git diff --git a/lib/open-safer.c b/lib/open-safer.c index d3ba894ac..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. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include "fcntl-safer.h"