pkgsrc/security/sfs/patches/patch-as
agc 94df3e688c Update sfs to 0.7.2nb7
+ add support for gcc4
2006-10-21 11:53:13 +00:00

13 lines
412 B
Text

$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;