Procházet zdrojové kódy

Merge pull request #14 from szlin/master

Add definition of PATH_MAX on GNU/Hurd
master
Arun Prakash Jana GitHub před 7 roky
rodič
revize
aab4991dda
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. +3
    -0
      nnn.c

+ 3
- 0
nnn.c Zobrazit soubor

@@ -13,6 +13,9 @@
#include <fcntl.h>
#include <grp.h>
#include <limits.h>
#ifdef __gnu_hurd__
#define PATH_MAX 4096
#endif
#include <locale.h>
#include <pwd.h>
#include <regex.h>


Načítá se…
Zrušit
Uložit