X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fcreat-safer.c;h=f4a2e59db15f4e9ea183cc61b0e877b44192a38d;hb=024eeefda59f214eeaac745db9f3e982b9a726c3;hp=4588de39976faa5116a61771b35b82c3b3cd354a;hpb=222b0486b7db1b09293e05512873d633440efcb3;p=gnulib.git diff --git a/lib/creat-safer.c b/lib/creat-safer.c index 4588de399..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. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include "fcntl-safer.h"