$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 res = New refcounted (); - sfsextauth_init *aa = sbp->template getarg (); + sfsextauth_init *aa = sbp->getarg (); if (opt_confirm && !confirmed (aa)) sbp->replyref (sfsagent_auth_res (false));