Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / sfs / patches / patch-ap
blob4855db8f6a491926731825c07bbf70f2cc15cdcb
1 $NetBSD$
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)
6  {
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)
11      nc->nocache = true;
13    /* Many NFS3 clients flip out if lookups replies don't have attributes */