summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs_bio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nfsclient/nfs_bio.c')
-rw-r--r--sys/nfsclient/nfs_bio.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/nfsclient/nfs_bio.c b/sys/nfsclient/nfs_bio.c
index 12e2081..2479c6ad 100644
--- a/sys/nfsclient/nfs_bio.c
+++ b/sys/nfsclient/nfs_bio.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_bio.c 8.9 (Berkeley) 3/30/95
- * $Id: nfs_bio.c,v 1.42 1997/06/25 08:35:41 dfr Exp $
+ * $Id: nfs_bio.c,v 1.43 1997/08/02 14:33:06 bde Exp $
*/
@@ -1094,11 +1094,7 @@ nfs_doio(bp, cr, p)
np->n_mtime != np->n_vattr.va_mtime.tv_sec))) {
uprintf("Process killed due to text file modification\n");
psignal(p, SIGKILL);
-#ifdef __NetBSD__
- p->p_holdcnt++;
-#else
p->p_flag |= P_NOSWAP;
-#endif
}
break;
case VLNK:
OpenPOWER on IntegriCloud