Re: duplicate case value in find/printf.c

From: Warner Losh <imp_at_bsdimp.com>
Date: Sat, 26 Jul 2025 18:38:08 UTC
Yea. I know... waiting for wifi on the plane so I can push a fix... maybe
I'll be able to do it on the ground...

Warner

On Sat, Jul 26, 2025, 12:33 PM Ian FREISLICH <ianfreislich@gmail.com> wrote:

> Hi
>
> during buildworld this morning.
>
> /usr/src/usr.bin/find/printf.c:272:8: error: duplicate case value '98'
>    272 |                 case 'b': /* birth time  */
>        |                      ^
> /usr/src/usr.bin/find/printf.c:235:8: note: previous case defined here
>    235 |                 case 'b': /* blocks used by file */
>        |                      ^
>
> Ian
>