This commit is contained in:
committed by
Git OBS Bridge
parent
c5a4dbce09
commit
7b6ed3d331
11
pipe_buff-definition.diff
Normal file
11
pipe_buff-definition.diff
Normal file
@@ -0,0 +1,11 @@
|
||||
--- daemons/clvmd/clvmd.c
|
||||
+++ daemons/clvmd/clvmd.c
|
||||
@@ -59,6 +59,8 @@
|
||||
|
||||
#define ISLOCAL_CSID(c) (memcmp(c, our_csid, max_csid_len) == 0)
|
||||
|
||||
+#include <linux/limits.h>
|
||||
+
|
||||
/* Head of the fd list. Also contains
|
||||
the cluster_socket details */
|
||||
static struct local_client local_client_head;
|
Reference in New Issue
Block a user