Looks like "filecorefs" is also affected by the problem described in

PR kern/7329.
This commit is contained in:
tron 1999-04-07 21:55:58 +00:00
parent c67241f483
commit 5f36f07cc0
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: filecore_lookup.c,v 1.3 1999/02/10 13:14:09 bouyer Exp $ */
/* $NetBSD: filecore_lookup.c,v 1.4 1999/04/07 21:55:58 tron Exp $ */
/*-
* Copyright (c) 1998 Andrew McMurry
@ -266,7 +266,7 @@ notfound:
if (cnp->cn_flags & MAKEENTRY)
cache_enter(vdp, *vpp, cnp);
if (nameiop == CREATE || nameiop == RENAME)
return (EJUSTRETURN);
return (EROFS);
return (ENOENT);
found: