Subject: CVS commit: src/tools/compat
To: None <source-changes@netbsd.org>
From: grant beattie <grant@netbsd.org>
List: source-changes
Date: 03/19/2003 11:26:39
Module Name:	src
Committed By:	grant
Date:		Wed Mar 19 09:26:39 UTC 2003

Modified Files:
	src/tools/compat: lchflags.c lchmod.c lchown.c

Log Message:
if target is not a symlink, silently succeed rather than failing with
EINVAL.

on systems which don't have lch{flags,own,mod}, flags, ownership and
modes of symlinks is meaningless, anyway.

ok'd by christos.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/tools/compat/lchflags.c src/tools/compat/lchmod.c \
    src/tools/compat/lchown.c

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