On 24 April 2015 at 15:03, Edward Tomasz Napierala <[email protected]> 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
