From 2bd275b4432da53f84107f3bfed26b702c1c110a Mon Sep 17 00:00:00 2001 From: Henrik Grindal Bakken Date: Thu, 23 Mar 2017 16:07:33 +0100 Subject: missing: Add MAX_HANDLE_SZ --- src/basic/missing.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/basic/missing.h b/src/basic/missing.h index a9c80facf..6d26b1749 100644 --- a/src/basic/missing.h +++ b/src/basic/missing.h @@ -590,6 +590,10 @@ struct btrfs_ioctl_quota_ctl_args { #define PR_SET_MM_ENV_END 11 #endif +#ifndef MAX_HANDLE_SZ +#define MAX_HANDLE_SZ 128 +#endif + #if ! HAVE_SECURE_GETENV # if HAVE___SECURE_GETENV # define secure_getenv __secure_getenv -- cgit v1.2.3