diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-07 00:09:38 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-07 00:09:38 +0000 |
commit | a62be9f4039b4499cfbb76e394cad2259d03fa84 (patch) | |
tree | 5f444ac72b8b2418f2530af42b6c2fee823d18db /lib/fopen-safer.c | |
parent | 4d52451995952d65b6772a7849e88866b3542157 (diff) | |
download | gnulib-a62be9f4039b4499cfbb76e394cad2259d03fa84.tar.gz |
Merge from coreutils.
Diffstat (limited to 'lib/fopen-safer.c')
-rw-r--r-- | lib/fopen-safer.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/fopen-safer.c b/lib/fopen-safer.c index 6825f9b9f2..c5c97c8a19 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 @@ -31,10 +31,6 @@ #endif #include <errno.h> -#ifndef errno -extern int errno; -#endif - #include <stdio.h> #include <stdio-safer.h> |