aports/testing/nilfs-utils/max-input.patch
Natanael Copa 1f38fcbfe5 testing/nilfs-utils: new aport
Utilities for managing NILFS v2 filesystems
http://nilfs.sourceforge.net

fixes #2285
2014-10-15 12:29:44 +00:00

13 lines
206 B
Diff

--- ./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>