projects
/
platform
/
upstream
/
toybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04fa1e1
)
Comment tweak.
author
Rob Landley
<rob@landley.net>
Sun, 31 Dec 2006 03:01:47 +0000
(22:01 -0500)
committer
Rob Landley
<rob@landley.net>
Sun, 31 Dec 2006 03:01:47 +0000
(22:01 -0500)
lib/functions.c
patch
|
blob
|
history
diff --git
a/lib/functions.c
b/lib/functions.c
index
bcdaa0e
..
b42f62d
100644
(file)
--- a/
lib/functions.c
+++ b/
lib/functions.c
@@
-195,7
+195,8
@@
char *xgetcwd(void)
}
// Cannonicalizes path by removing ".", "..", and "//" elements. This is not
-// the same as realpath(), where "dir/.."
+// the same as realpath(), where "dir/.." could wind up somewhere else by
+// following symlinks.
char *xabspath(char *path)
{
char *from, *to;