X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fcreat-safer.c;h=f4a2e59db15f4e9ea183cc61b0e877b44192a38d;hb=5d95b32a83f1663be6172f07b21ba7615b6055f4;hp=8241c69b0bbcf5afe7df2b6168b0c45aa347a8d6;hpb=067ac6168636b55b9cfd91a1cc5f8b20dcc16b12;p=gnulib.git diff --git a/lib/creat-safer.c b/lib/creat-safer.c index 8241c69b0..f4a2e59db 100644 --- a/lib/creat-safer.c +++ b/lib/creat-safer.c @@ -1,5 +1,6 @@ /* Invoke creat, 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 Jim Meyering. */ -#if HAVE_CONFIG_H -# include -#endif +#include #include "fcntl-safer.h"