Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / sfs / patches / patch-bf
blobb56ec4a99a038168f61cedbf8eb732e55a02686b
1 $NetBSD$
3 --- ./agent/agentrex.C.orig     2002-11-27 18:51:05.000000000 +0000
4 +++ ./agent/agentrex.C
5 @@ -68,7 +68,7 @@ public:
6    virtual void
7    newfd (svccb *sbp)
8    {
9 -    rexcb_newfd_arg *argp = sbp->template getarg<rexcb_newfd_arg> ();
10 +    rexcb_newfd_arg *argp = sbp->getarg<rexcb_newfd_arg> ();
12      waitnewfd = false;
13      
14 @@ -98,7 +98,7 @@ public:
15    }
17    virtual void data (svccb *sbp) {
18 -    rex_payload *argp = sbp->template getarg<rex_payload> ();
19 +    rex_payload *argp = sbp->getarg<rex_payload> ();
20      if (waitnewfd && !argp->data.size ()) {
21        warn ("agent forward channel failure: EOF from suidconnect agent\n");
22        warn ("NOTE: sfscd must be running on the remote machine for agent "