X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=lib%2Fdup-safer.c;h=7d9b2be349035c40b2277dd2367b07e37b9bb37e;hb=5de13253a6452a29eedec21a53980febd6d3b2b9;hp=a6908511ac85f758625a336a5ef77f93fa70e506;hpb=138fc7e67e3d9845cd7d81aad0e9c7724784f9b9;p=debian%2Ftar diff --git a/lib/dup-safer.c b/lib/dup-safer.c index a6908511..7d9b2be3 100644 --- a/lib/dup-safer.c +++ b/lib/dup-safer.c @@ -1,6 +1,7 @@ /* Invoke dup, but avoid some glitches. - Copyright (C) 2001, 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2001, 2004, 2005, 2006, 2009 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 @@ -24,9 +25,6 @@ #include #include -#ifndef STDERR_FILENO -# define STDERR_FILENO 2 -#endif /* Like dup, but do not return STDIN_FILENO, STDOUT_FILENO, or STDERR_FILENO. */