Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Added a small comment about absolutepath()
Alexandre Perrin committed 12 years ago
commit 0ccac590fc24b20c5f89763e2c4f8a2a86f479e6
parent 1a128de43e8c02ca1e786a38d00bf8b949c688c0
1 file changed +1 -0
modified pkg/utils.c
@@ -106,6 +106,7 @@ query_yesno(const char *msg, ...)
	return r;
}

+
/* unlike realpath(3), this routine does not expand symbolic links */
char *
absolutepath(const char *src, char *dest, size_t dest_len) {
	char * res;