svn commit: r281922 - head/usr.bin/nfsstat
Sergey Kandaurov
pluknet at freebsd.org
Fri Apr 24 12:13:59 UTC 2015
On 24 April 2015 at 15:03, Edward Tomasz Napierala <trasz at freebsd.org> wrote:
> On 0424T1431, Sergey Kandaurov wrote:
[..]
>> @@ -159,17 +145,6 @@
>> argc -= optind;
>> argv += optind;
>>
>> -#define BACKWARD_COMPATIBILITY
>> -#ifdef BACKWARD_COMPATIBILITY
>> - if (*argv) {
>> - interval = atoi(*argv);
>> - if (*++argv) {
>> - nlistf = *argv;
>> - if (*++argv)
>> - memf = *argv;
>> - }
>> - }
>> -#endif
>
> Doesn't this chunk break usage like "nfsstat 1"?
>
Sure, thanks.
--
wbr,
pluknet
More information about the svn-src-head
mailing list