Subject: CVS commit: basesrc/usr.sbin/mtree
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 07/18/2001 07:51:55
Module Name:	basesrc
Committed By:	lukem
Date:		Wed Jul 18 04:51:55 UTC 2001

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

Log Message:
- add parsetype() (a la parsekey()) to parse the "type=xxx" arg. this improves
  the error detection for invalid types, as well as shrinking binary size
- implement inotype() using ftype(), rather than duplicating the switch
- change "char *" arguments to "const char *"


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 basesrc/usr.sbin/mtree/compare.c
cvs rdiff -r1.10 -r1.11 basesrc/usr.sbin/mtree/extern.h
cvs rdiff -r1.9 -r1.10 basesrc/usr.sbin/mtree/misc.c
cvs rdiff -r1.22 -r1.23 basesrc/usr.sbin/mtree/spec.c

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