12 lines
230 B
Diff
12 lines
230 B
Diff
--- src/private.h
|
|
+++ src/private.h 2007/10/08 11:36:20
|
|
@@ -3,7 +3,7 @@
|
|
|
|
#include <stdbool.h>
|
|
|
|
-#define MAX_PAR 127
|
|
+#define MAX_PAR 1024
|
|
#ifndef S_IRUGO
|
|
# define S_IRUGO (S_IRUSR | S_IRGRP | S_IROTH)
|
|
#endif
|