2008-04-09 00:41:17 +02:00
|
|
|
Index: src/private.h
|
|
|
|
===================================================================
|
|
|
|
--- src/private.h.orig
|
|
|
|
+++ src/private.h
|
|
|
|
@@ -4,7 +4,7 @@
|
|
|
|
#include <limits.h>
|
2007-10-09 13:57:06 +02:00
|
|
|
#include <stdbool.h>
|
|
|
|
|
2007-01-18 10:17:27 +01:00
|
|
|
-#define MAX_PAR 127
|
|
|
|
+#define MAX_PAR 1024
|
|
|
|
#ifndef S_IRUGO
|
2007-10-09 13:57:06 +02:00
|
|
|
# define S_IRUGO (S_IRUSR | S_IRGRP | S_IROTH)
|
|
|
|
#endif
|