diff src/realpath.c @ 203:850242ba4a81 r20-3b28

Import from CVS: tag r20-3b28
author cvs
date Mon, 13 Aug 2007 10:02:21 +0200
parents a2f645c6b9f8
children 92f8ad5d0d3f
line wrap: on
line diff
--- a/src/realpath.c	Mon Aug 13 10:01:24 2007 +0200
+++ b/src/realpath.c	Mon Aug 13 10:02:21 2007 +0200
@@ -59,10 +59,10 @@
 #define MAX_READLINKS 32
 
 #ifdef __STDC__
-char *realpath(const char *path, char resolved_path [])
+char *realpath(CONST char *path, char resolved_path [])
 #else
 char *realpath(path, resolved_path)
-const char *path;
+CONST char *path;
 char resolved_path [];
 #endif
 {