X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fdup-safer.c;h=408a1bda76028f1215e17a3a131364cad19d3340;hb=e57dfac3355164cfbfcb5473a42130dab793fe9f;hp=f72fd845f397a1a6e413db765e8b08972220772a;hpb=196a4d4693a1b50eb309df386dfb5a0f72169d88;p=gnulib.git diff --git a/lib/dup-safer.c b/lib/dup-safer.c index f72fd845f..408a1bda7 100644 --- a/lib/dup-safer.c +++ b/lib/dup-safer.c @@ -1,5 +1,5 @@ /* Invoke dup, 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 @@ -22,9 +22,6 @@ #endif #include -#ifndef errno -extern int errno; -#endif #if HAVE_FCNTL_H # include