summaryrefslogtreecommitdiffstats
path: root/gnu/libexec/uucp/libunix/dup2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/libexec/uucp/libunix/dup2.c')
-rw-r--r--gnu/libexec/uucp/libunix/dup2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/libexec/uucp/libunix/dup2.c b/gnu/libexec/uucp/libunix/dup2.c
index 8446163..a3fcea5 100644
--- a/gnu/libexec/uucp/libunix/dup2.c
+++ b/gnu/libexec/uucp/libunix/dup2.c
@@ -17,10 +17,10 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
The author of the program may be contacted at ian@airs.com or
- c/o Cygnus Support, Building 200, 1 Kendall Square, Cambridge, MA 02139.
+ c/o Cygnus Support, 48 Grove Street, Somerville, MA 02144.
*/
#include "uucp.h"
@@ -47,7 +47,7 @@ dup2 (oold, onew)
if (oold == onew)
return onew;
(void) close (onew);
-
+
#ifdef F_DUPFD
return fcntl (oold, F_DUPFD, onew);
#else
OpenPOWER on IntegriCloud