94df3e688c
+ add support for gcc4
17 lines
605 B
Text
17 lines
605 B
Text
$NetBSD: patch-ax,v 1.1 2006/10/21 11:53:13 agc Exp $
|
|
|
|
--- ./sfsmisc/sfssesskey.C.orig 2002-09-27 20:18:18.000000000 +0100
|
|
+++ ./sfsmisc/sfssesskey.C
|
|
@@ -144,10 +144,10 @@ sfs_server_crypt (svccb *sbp, sfspriv *s
|
|
sfs_encryptarg2 *arg2 = NULL;
|
|
|
|
if (pvers == 1) {
|
|
- arg = sbp->template getarg<sfs_encryptarg> ();
|
|
+ arg = sbp->getarg<sfs_encryptarg> ();
|
|
clntpub = sfscrypt.alloc (arg->pubkey, SFS_ENCRYPT);
|
|
} else {
|
|
- arg2 = sbp->template getarg<sfs_encryptarg2> ();
|
|
+ arg2 = sbp->getarg<sfs_encryptarg2> ();
|
|
clntpub = sfscrypt.alloc (arg2->pubkey, SFS_ENCRYPT);
|
|
}
|
|
|