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

13 lines
479 B
Text

$NetBSD: patch-bi,v 1.1 2006/10/21 11:53:13 agc Exp $
--- ./agent/sfsdea.C.orig 2002-11-13 17:49:59.000000000 +0000
+++ ./agent/sfsdea.C
@@ -53,7 +53,7 @@ void
sfsdea::authinit (svccb *sbp)
{
ref<sfsagent_auth_res> res = New refcounted<sfsagent_auth_res> ();
- sfsextauth_init *aa = sbp->template getarg<sfsextauth_init> ();
+ sfsextauth_init *aa = sbp->getarg<sfsextauth_init> ();
if (opt_confirm && !confirmed (aa))
sbp->replyref (sfsagent_auth_res (false));