NetBSD/usr.sbin/mtree
lukem 37def5da97 Don't incorrectly warn about a subdirectory of 'foo' called 'bar' when there's
directory at the same level as 'foo' called 'bar'. (e.g, a definition
of usr/obj exists, and a def for usr/bin, but none for usr/obj/bin. don't
warn about usr/obj/bin because of the usr/bin entry).
Fix from enami tsugutomo <enami@ba2.so-net.or.jp> in [bin/3365]
1997-06-23 14:34:52 +00:00
..
Makefile Back out the .PATH.c changes. The .depend problem (and others) 1997-05-08 21:11:01 +00:00
compare.c Add a `-t' option to update time stamps. 1996-09-05 09:56:48 +00:00
create.c Only record sizes for regular files. 1996-09-05 09:24:19 +00:00
extern.h add NetBSD id's 1995-03-07 21:12:04 +00:00
misc.c add an 'optional' keyword, which allows files to be in the 1995-03-07 21:26:23 +00:00
mtree.8 add an 'optional' keyword, which allows files to be in the 1995-03-07 21:26:23 +00:00
mtree.c Add a missing "break;", pointed out by Chris Demetriou. 1996-09-05 23:29:22 +00:00
mtree.h add an 'optional' keyword, which allows files to be in the 1995-03-07 21:26:23 +00:00
spec.c use appropriate strto*() functions, and cast results when appropriate; 1997-04-25 05:45:24 +00:00
verify.c Don't incorrectly warn about a subdirectory of 'foo' called 'bar' when there's 1997-06-23 14:34:52 +00:00