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

13 lines
395 B
Text

$NetBSD: patch-bl,v 1.1 2006/10/21 11:53:13 agc Exp $
--- ./sfssd/sfssd.C.orig 2002-12-20 14:50:40.000000000 +0000
+++ ./sfssd/sfssd.C
@@ -405,7 +405,7 @@ sclone (ref<asrv> s, ref<axprt_clone> x,
return;
}
- sfs_connectarg *arg = sbp->template getarg<sfs_connectarg> ();
+ sfs_connectarg *arg = sbp->getarg<sfs_connectarg> ();
u_int32_t rel;
sfs_service service;
str name;