diff options
| author | 2014-10-23 18:12:17 +0300 | |
|---|---|---|
| committer | 2014-10-23 18:12:17 +0300 | |
| commit | 70d292ed24489347cf1e45a8c2f92814b7ec0823 (patch) | |
| tree | fc02bbcd426847498ebdcebbefaec22ef26232bd | |
| parent | 24567ce6f5f0314513f67d6083c7f823ea0b3b7f (diff) | |
| download | nnn-70d292ed24489347cf1e45a8c2f92814b7ec0823.tar.gz | |
We don't use realpath(3) anymore
| -rw-r--r-- | noice.c | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -102,17 +102,6 @@ xstrdup(const char *s) } char * -xrealpath(const char *path) -{ - char *p; - - p = realpath(path, NULL); - if (p == NULL) - printerr(1, "realpath"); - return p; -} - -char * xdirname(const char *path) { char *p, *tmp; |