Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 12/14/2006 17:54:19
Module Name:	src
Committed By:	he
Date:		Thu Dec 14 17:54:19 UTC 2006

Modified Files:
	src/bin/ls: stat_flags.c
	src/usr.sbin/mtree: Makefile

Log Message:
The "#ifdef UNUSED_BLOCK" in stat_flags.c wasn't so unused after
all -- it was used by the mtree source.  So, instead do an "#ifdef
MTREE", and define that one when building mtree.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/bin/ls/stat_flags.c
cvs rdiff -r1.27 -r1.28 src/usr.sbin/mtree/Makefile

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