mirror of
https://github.com/jarun/nnn.git
synced 2025-04-08 22:46:33 +00:00
Merge pull request #14 from szlin/master
Add definition of PATH_MAX on GNU/Hurd
This commit is contained in:
commit
aab4991dda
1 changed files with 3 additions and 0 deletions
3
nnn.c
3
nnn.c
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue