SHA256
1
0
forked from pool/lvm2
OBS User unknown
2008-04-25 14:32:38 +00:00
committed by Git OBS Bridge
parent c5a4dbce09
commit 7b6ed3d331
3 changed files with 27 additions and 2 deletions

11
pipe_buff-definition.diff Normal file
View 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;