diff src/sysdep.h @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 360340f9fd5f
children 41ff10fd062f
line wrap: on
line diff
--- a/src/sysdep.h	Mon Aug 13 09:42:28 2007 +0200
+++ b/src/sysdep.h	Mon Aug 13 09:43:35 2007 +0200
@@ -142,8 +142,8 @@
 /* Get_system_name returns as its value a string for system-name to return. */
 void init_system_name (void);
 
-#ifndef HAVE_GETWD
-char *getwd (char *pathname);
+#ifndef HAVE_GETCWD
+char *getcwd (char *pathname, int size);
 #endif
 
 #ifndef HAVE_RENAME