Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 10/31/2002 00:36:46
Module Name:	syssrc
Committed By:	kleink
Date:		Wed Oct 30 22:36:46 UTC 2002

Modified Files:
	syssrc/sys/kern: vfs_syscalls.c

Log Message:
Revert rev. 1.147, as per PR kern/17411.

While a hard link to a symbolic link is not ruled out by POSIX-2001,
the link(2) interface is to perform normal pathname resolution,
which includes the resolution of symbolic links.


To generate a diff of this commit:
cvs rdiff -r1.177 -r1.178 syssrc/sys/kern/vfs_syscalls.c

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