svn commit: r337505 - head/bin/dd

Eitan Adler lists at eitanadler.com
Thu Aug 9 00:58:30 UTC 2018


On Wed, 8 Aug 2018 at 14:37, Kyle Evans <kevans at freebsd.org> wrote:
> +/* ARGSUSED */

We've been slowly delintifying system utilities. Why do we still keep
these comments?

> +void
> +sigalrm_handler(int signo __unused)
> +{
> +
> +       need_progress = 1;
>  }


-- 
Eitan Adler


More information about the svn-src-head mailing list