diff options
| author | Holger Weiss <holger@zedat.fu-berlin.de> | 2009-05-20 00:32:10 +0200 |
|---|---|---|
| committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2009-05-20 00:32:10 +0200 |
| commit | 50b3ff7b91e78a61aca93247bee586d6d7eb27c8 (patch) | |
| tree | db4c7eee24479ac7ee6888ce1562facf60159b71 /gl/dup-safer.c | |
| parent | 2701ccd500e60537a8c2977a81549ff33eeaef3f (diff) | |
| download | monitoring-plugins-50b3ff7b91e78a61aca93247bee586d6d7eb27c8.tar.gz | |
Sync with the latest Gnulib code (cb75dc5)
Signed-off-by: Holger Weiss <holger@zedat.fu-berlin.de>
Diffstat (limited to 'gl/dup-safer.c')
| -rw-r--r-- | gl/dup-safer.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gl/dup-safer.c b/gl/dup-safer.c index a6908511..7d9b2be3 100644 --- a/gl/dup-safer.c +++ b/gl/dup-safer.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Invoke dup, but avoid some glitches. | 1 | /* Invoke dup, but avoid some glitches. |
| 2 | 2 | ||
| 3 | Copyright (C) 2001, 2004, 2005, 2006 Free Software Foundation, Inc. | 3 | Copyright (C) 2001, 2004, 2005, 2006, 2009 Free Software |
| 4 | Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 6 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 7 | it under the terms of the GNU General Public License as published by |
| @@ -24,9 +25,6 @@ | |||
| 24 | #include <fcntl.h> | 25 | #include <fcntl.h> |
| 25 | 26 | ||
| 26 | #include <unistd.h> | 27 | #include <unistd.h> |
| 27 | #ifndef STDERR_FILENO | ||
| 28 | # define STDERR_FILENO 2 | ||
| 29 | #endif | ||
| 30 | 28 | ||
| 31 | /* Like dup, but do not return STDIN_FILENO, STDOUT_FILENO, or | 29 | /* Like dup, but do not return STDIN_FILENO, STDOUT_FILENO, or |
| 32 | STDERR_FILENO. */ | 30 | STDERR_FILENO. */ |
