macro: move MAX_GRBUF_SIZE

parent 065d331a
......@@ -25,6 +25,10 @@
#define PATH_MAX 4096
#endif
#ifndef MAX_GRBUF_SIZE
#define MAX_GRBUF_SIZE 65536
#endif
#define INT64_FMT "%" PRId64
/* Define __S_ISTYPE if missing from the C library. */
......
......@@ -6,10 +6,6 @@
/* Properly support loop devices on 32bit systems. */
#define _FILE_OFFSET_BITS 64
#ifndef MAX_GRBUF_SIZE
#define MAX_GRBUF_SIZE 65536
#endif
#include <errno.h>
#include <linux/loop.h>
#include <linux/types.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment