Fixes PATH_MAX having aberrant values.
This commit is contained in:
parent
e48b5f2ce4
commit
46f8a4b210
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
#define TMPDIR "/run/ipc/"
|
#define TMPDIR "/run/ipc/"
|
||||||
|
|
||||||
#define PATH_MAX BUFSIZ
|
#define PATH_MAX 4096
|
||||||
|
|
||||||
#define CONNECTION 0
|
#define CONNECTION 0
|
||||||
#define APPLICATION 1
|
#define APPLICATION 1
|
||||||
|
Reference in New Issue
Block a user