Subject: CVS commit: basesrc/usr.sbin/mtree
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 10/08/2002 03:34:09
Module Name:	basesrc
Committed By:	lukem
Date:		Tue Oct  8 00:34:09 UTC 2002

Modified Files:
	basesrc/usr.sbin/mtree: compare.c extern.h verify.c

Log Message:
Remove convoluted code to work around missing lch{flags,mod,own}();
instead, rely upon libnbcompat to provide a workaround (which returns
an error if the target is a symlink).
Should fix another MacOS X build issue due to missing lchown(2).


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 basesrc/usr.sbin/mtree/compare.c
cvs rdiff -r1.24 -r1.25 basesrc/usr.sbin/mtree/extern.h
cvs rdiff -r1.31 -r1.32 basesrc/usr.sbin/mtree/verify.c

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