cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/lib/dup2.c


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/lib/dup2.c
Date: Mon, 03 Oct 2005 22:35:05 -0400

Index: ccvs/lib/dup2.c
diff -u ccvs/lib/dup2.c:1.5 ccvs/lib/dup2.c:1.6
--- ccvs/lib/dup2.c:1.5 Mon Sep 19 21:26:13 2005
+++ ccvs/lib/dup2.c     Tue Oct  4 02:34:53 2005
@@ -1,5 +1,5 @@
 /* Duplicate an open file descriptor to a specified file descriptor.
-   Copyright (C) 1999, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2004, 2005 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,12 +22,8 @@
 #endif
 
 #include <errno.h>
-
 #include <fcntl.h>
-
-#if HAVE_UNISTD_H
-# include <unistd.h>
-#endif
+#include <unistd.h>
 
 #ifndef F_DUPFD
 static int




reply via email to

[Prev in Thread] Current Thread [Next in Thread]