diff src/realpath.c @ 284:558f606b08ae r21-0b40

Import from CVS: tag r21-0b40
author cvs
date Mon, 13 Aug 2007 10:34:13 +0200
parents 92f8ad5d0d3f
children e11d67e05968
line wrap: on
line diff
--- a/src/realpath.c	Mon Aug 13 10:33:19 2007 +0200
+++ b/src/realpath.c	Mon Aug 13 10:34:13 2007 +0200
@@ -59,9 +59,9 @@
 #define MAX_READLINKS 32
 
 #ifdef __STDC__
-char *realpath(const char *path, char resolved_path [])
+char *xrealpath(const char *path, char resolved_path [])
 #else
-char *realpath(path, resolved_path)
+char *xrealpath(path, resolved_path)
 const char *path;
 char resolved_path [];
 #endif