3 --- ./sfsmisc/nfsserv.C.orig 2002-09-19 21:04:20.000000000 +0100
4 +++ ./sfsmisc/nfsserv.C
5 @@ -253,7 +253,7 @@ nfsserv_fixup::getreply (nfscall *nc)
7 /* After JUKEBOX errors, FreeBSD resends requests using the same xid. */
8 if (nc->proc () != NFSPROC3_NULL
9 - && *nc->template getres<nfsstat3> () == NFS3ERR_JUKEBOX)
10 + && *nc->getres<nfsstat3> () == NFS3ERR_JUKEBOX)
13 /* Many NFS3 clients flip out if lookups replies don't have attributes */