From af4f54808adad429b1e1b8217f77d425f43e2364 Mon Sep 17 00:00:00 2001 From: "Thordur I. Bjornsson" Date: Sun, 6 Jul 2008 16:54:49 +0000 Subject: remove #ifndef nolint goo ok blambert@ --- sys/nfs/nfs_syscalls.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/nfs/nfs_syscalls.c') diff --git a/sys/nfs/nfs_syscalls.c b/sys/nfs/nfs_syscalls.c index c9268639648..008bbea973f 100644 --- a/sys/nfs/nfs_syscalls.c +++ b/sys/nfs/nfs_syscalls.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_syscalls.c,v 1.69 2008/07/06 13:33:54 thib Exp $ */ +/* $OpenBSD: nfs_syscalls.c,v 1.70 2008/07/06 16:54:48 thib Exp $ */ /* $NetBSD: nfs_syscalls.c,v 1.19 1996/02/18 11:53:52 fvdl Exp $ */ /* @@ -290,10 +290,9 @@ nfssvc_nfsd(nsd, argp, p) u_quad_t cur_usec; struct timeval tv; -#ifndef nolint cacherep = RC_DOIT; writes_todo = 0; -#endif + s = splsoftnet(); if (nfsd == NULL) { nsd->nsd_nfsd = nfsd = malloc(sizeof(struct nfsd), M_NFSD, -- cgit v1.2.3