"Andrey A. Chernov" wrote:
>
> --- usr.sbin/mtree/mtree.c.orig Thu Jul 27 07:36:02 2000
> +++ usr.sbin/mtree/mtree.c Fri Sep 15 04:00:46 2000
[snip]
> @@ -115,10 +119,6 @@
> case 'q':
> qflag = 1;
> break;
> - case 'P':
> - ftsoptions ^= FTS_LOGICAL;
> - ftsoptions |= FTS_PHYSICAL;
> - break;
> case 'r':
> rflag = 1;
> break;
Is their any harm in just keeping the -P flag as a no-op and optionally
remove it at some later time (for backward compatibility)?
--
Marcel Moolenaar
mail: [EMAIL PROTECTED] / [EMAIL PROTECTED]
tel: (408) 447-4222
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message