Explorar el Código

We don't use realpath(3) anymore

master
lostd hace 11 años
padre
commit
70d292ed24
Se han modificado 1 ficheros con 0 adiciones y 11 borrados
  1. +0
    -11
      noice.c

+ 0
- 11
noice.c Ver fichero

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


Cargando…
Cancelar
Guardar