Subject: CVS commit: [netbsd-2-0] src/sys/compat/linux/common
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 08/15/2004 14:23:45
Module Name:	src
Committed By:	tron
Date:		Sun Aug 15 14:23:45 UTC 2004

Modified Files:
	src/sys/compat/linux/common [netbsd-2-0]: linux_file.c

Log Message:
Pull up revision 1.63 (requested by jdolecek in ticket #764):
on Linux, unlink() fails with EISDIR if the target is directory,
rather than EPERM; to emulate this properly, translate the error to EISDIR
if the target patch exists and points to a directory
this fixes the 'ant clean' problem reported by Marc Recht on current-users@
with SuSE 9.1 libraries


To generate a diff of this commit:
cvs rdiff -r1.62 -r1.62.2.1 src/sys/compat/linux/common/linux_file.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.