On Sat, 04 Apr 2009, Alan Barrett wrote: > Modified Files: > src/usr.sbin/mtree: mtree.h spec.c > > Log Message: > Tags are internally stored with leading and trailing commas, for ease > of using strcmp(3) to check them against inclusion or exclusion lists. > Don't output the leading or trailing commas.
That should have been strstr(3), not strcmp(3). I have modified the log message in the repository. --apb (Alan Barrett)