From 7c0d720f533eb03027edc2fbf7b19ca0852eec95 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 28 May 1996 13:44:09 +0000 Subject: sync --- sys/nfs/nfs_bio.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/nfs/nfs_bio.c') diff --git a/sys/nfs/nfs_bio.c b/sys/nfs/nfs_bio.c index a655aa20c18..0b9b597cbdf 100644 --- a/sys/nfs/nfs_bio.c +++ b/sys/nfs/nfs_bio.c @@ -1,5 +1,5 @@ -/* $OpenBSD: nfs_bio.c,v 1.6 1996/04/21 22:30:18 deraadt Exp $ */ -/* $NetBSD: nfs_bio.c,v 1.25 1996/02/29 20:26:16 fvdl Exp $ */ +/* $OpenBSD: nfs_bio.c,v 1.7 1996/05/28 13:44:07 deraadt Exp $ */ +/* $NetBSD: nfs_bio.c,v 1.25.4.1 1996/05/25 22:40:32 fvdl Exp $ */ /* * Copyright (c) 1989, 1993 @@ -175,7 +175,7 @@ nfs_bioread(vp, uio, ioflag, cred) } } /* - * Don't cache magic amd symlinks. + * Don't cache symlinks. */ if (np->n_flag & NQNFSNONCACHE || ((vp->v_flag & VROOT) && vp->v_type == VLNK)) { -- cgit v1.2.3