Ver código fonte

We don't use realpath(3) anymore

master
lostd 11 anos atrás
pai
commit
70d292ed24
1 arquivos alterados com 0 adições e 11 exclusões
  1. +0
    -11
      noice.c

+ 0
- 11
noice.c Ver arquivo

@@ -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)
{


Carregando…
Cancelar
Salvar