mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-20 17:55:15 +03:00
12 lines
206 B
Diff
12 lines
206 B
Diff
--- ./bin/rmcp.c.orig
|
|
+++ ./bin/rmcp.c
|
|
@@ -56,6 +56,9 @@
|
|
#include "nilfs.h"
|
|
#include "parser.h"
|
|
|
|
+#ifndef MAX_INPUT
|
|
+#define MAX_INPUT _POSIX_MAX_INPUT
|
|
+#endif
|
|
|
|
#ifdef _GNU_SOURCE
|
|
#include <getopt.h>
|