/[cvs]/ccvs/lib/getcwd.c
ViewVC logotype

Diff of /ccvs/lib/getcwd.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by dprice, Mon Sep 19 21:26:13 2005 UTC revision 1.6 by dprice, Tue Oct 4 02:34:53 2005 UTC
# Line 16  Line 16 
16     with this program; if not, write to the Free Software Foundation,     with this program; if not, write to the Free Software Foundation,
17     Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */     Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
18    
19  #ifdef  HAVE_CONFIG_H  #ifdef HAVE_CONFIG_H
20  # include <config.h>  # include <config.h>
21  #endif  #endif
22    
# Line 60  Line 60 
60  # define _D_ALLOC_NAMLEN(d) (_D_EXACT_NAMLEN (d) + 1)  # define _D_ALLOC_NAMLEN(d) (_D_EXACT_NAMLEN (d) + 1)
61  #endif  #endif
62    
63  #if HAVE_UNISTD_H || _LIBC  #include <unistd.h>
 # include <unistd.h>  
 #endif  
   
64  #include <stdlib.h>  #include <stdlib.h>
65  #include <string.h>  #include <string.h>
66    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26