summaryrefslogtreecommitdiff
path: root/security/sfs/patches/patch-as
diff options
context:
space:
mode:
Diffstat (limited to 'security/sfs/patches/patch-as')
-rw-r--r--security/sfs/patches/patch-as13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/sfs/patches/patch-as b/security/sfs/patches/patch-as
new file mode 100644
index 00000000000..938ce32f283
--- /dev/null
+++ b/security/sfs/patches/patch-as
@@ -0,0 +1,13 @@
+$NetBSD: patch-as,v 1.1 2006/10/21 11:53:13 agc Exp $
+
+--- ./sfsmisc/rex.h.orig 2002-11-27 17:54:15.000000000 +0000
++++ ./sfsmisc/rex.h
+@@ -272,7 +272,7 @@ rexfd::abort ()
+ inline void
+ rexfd::data (svccb *sbp)
+ {
+- rex_payload *argp = sbp->template getarg<rex_payload> ();
++ rex_payload *argp = sbp->getarg<rex_payload> ();
+ if (!argp->data.size ()) {
+ rex_payload payarg;
+ payarg.channel = channo;