|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.52, 2012/06/21 21:13:07 | version 1.53, 2012/06/21 23:29:23 | ||
|---|---|---|---|
|
|
||
| } | } | ||
| n = readlink(resolved, wbuf[idx], sizeof(wbuf[0]) - 1); | n = readlink(resolved, wbuf[idx], sizeof(wbuf[0]) - 1); | ||
| if (n < 0) | if (n < 0) | ||
| return (NULL); | goto out; | ||
| if (n == 0) { | if (n == 0) { | ||
| errno = ENOENT; | errno = ENOENT; | ||
| goto out; | goto out; |