Przeglądaj źródła

We don't use realpath(3) anymore

master
lostd 10 lat temu
rodzic
commit
70d292ed24
1 zmienionych plików z 0 dodań i 11 usunięć
  1. +0
    -11
      noice.c

+ 0
- 11
noice.c Wyświetl plik

@@ -101,17 +101,6 @@ xstrdup(const char *s)
return p;
}

char *
xrealpath(const char *path)
{
char *p;

p = realpath(path, NULL);
if (p == NULL)
printerr(1, "realpath");
return p;
}

char *
xdirname(const char *path)
{


Ładowanie…
Anuluj
Zapisz