cvs-cvs
[Top][All Lists]
Advanced

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

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


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

Index: ccvs/lib/getcwd.c
diff -u ccvs/lib/getcwd.c:1.5 ccvs/lib/getcwd.c:1.6
--- ccvs/lib/getcwd.c:1.5       Mon Sep 19 21:26:13 2005
+++ ccvs/lib/getcwd.c   Tue Oct  4 02:34:53 2005
@@ -16,7 +16,7 @@
    with this program; if not, write to the Free Software Foundation,
    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
-#ifdef HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
 
@@ -60,10 +60,7 @@
 # define _D_ALLOC_NAMLEN(d) (_D_EXACT_NAMLEN (d) + 1)
 #endif
 
-#if HAVE_UNISTD_H || _LIBC
-# include <unistd.h>
-#endif
-
+#include <unistd.h>
 #include <stdlib.h>
 #include <string.h>
 




reply via email to

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