aboutsummaryrefslogtreecommitdiff
path: root/devel/sfslite/files/patch-arpc-xdr_suio.C
diff options
context:
space:
mode:
Diffstat (limited to 'devel/sfslite/files/patch-arpc-xdr_suio.C')
-rw-r--r--devel/sfslite/files/patch-arpc-xdr_suio.C20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/sfslite/files/patch-arpc-xdr_suio.C b/devel/sfslite/files/patch-arpc-xdr_suio.C
deleted file mode 100644
index e888326b596d..000000000000
--- a/devel/sfslite/files/patch-arpc-xdr_suio.C
+++ /dev/null
@@ -1,20 +0,0 @@
---- arpc/xdr_suio.C.orig 2005-11-01 16:20:27.000000000 +0000
-+++ arpc/xdr_suio.C 2007-07-12 22:38:45.000000000 +0000
-@@ -66,7 +66,7 @@
- };
- static const XDR xsproto = {
- XDR_ENCODE,
-- (xdr_ops_t *) &xsops,
-+ (xdr_ops_t *) ((void *)&xsops),
- NULL, NULL, NULL, 0
- };
-
-@@ -82,7 +82,7 @@
- };
- static const XDR xsproto_scrub = {
- XDR_ENCODE,
-- (xdr_ops_t *) &xsops_scrub,
-+ (xdr_ops_t *) ((void *)&xsops_scrub),
- NULL, NULL, NULL, 0
- };
-