X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Ffopen-safer.c;h=1eb594b32f248e12e2cab8083b029aa8be5e0036;hb=82beda827f870714b416ed46566105eafd24725e;hp=6825f9b9f21b4cc5db2d953b73a183c0f7424618;hpb=196a4d4693a1b50eb309df386dfb5a0f72169d88;p=gnulib.git diff --git a/lib/fopen-safer.c b/lib/fopen-safer.c index 6825f9b9f..1eb594b32 100644 --- a/lib/fopen-safer.c +++ b/lib/fopen-safer.c @@ -1,5 +1,5 @@ /* Invoke fopen, but avoid some glitches. - Copyright (C) 2001 Free Software Foundation, Inc. + Copyright (C) 2001, 2004 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 @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* Written by Paul Eggert. */ @@ -31,10 +31,6 @@ #endif #include -#ifndef errno -extern int errno; -#endif - #include #include