Kaynağa Gözat

We don't use realpath(3) anymore

master
lostd 11 yıl önce
ebeveyn
işleme
70d292ed24
1 değiştirilmiş dosya ile 0 ekleme ve 11 silme
  1. +0
    -11
      noice.c

+ 0
- 11
noice.c Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet