summaryrefslogtreecommitdiffstats
path: root/testing/nilfs-utils/max-input.patch
blob: 5241ea55c0b6b8dc67a8599d25d03c59db173e35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- ./bin/rmcp.c.orig
+++ ./bin/rmcp.c
@@ -51,6 +51,9 @@
 #include "nilfs.h"
 #include "parser.h"
 
+#ifndef MAX_INPUT
+#define MAX_INPUT _POSIX_MAX_INPUT
+#endif
 
 #ifdef _GNU_SOURCE
 #include <getopt.h>