diff options
Diffstat (limited to 'filesystems/glusterfs/patches/patch-bo')
-rw-r--r-- | filesystems/glusterfs/patches/patch-bo | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/filesystems/glusterfs/patches/patch-bo b/filesystems/glusterfs/patches/patch-bo new file mode 100644 index 00000000000..b5e4b771f3d --- /dev/null +++ b/filesystems/glusterfs/patches/patch-bo @@ -0,0 +1,12 @@ +--- rpc/xdr/src/cli1-xdr.c.orig 2011-05-19 15:56:47.000000000 +0200 ++++ rpc/xdr/src/cli1-xdr.c 2011-05-19 15:57:10.000000000 +0200 +@@ -23,8 +23,9 @@ + * It was generated using rpcgen. + */ + + #include "cli1-xdr.h" ++#include "xdr-common.h" + #include "compat.h" + + bool_t + xdr_gf1_cluster_type (XDR *xdrs, gf1_cluster_type *objp) |