duplicate case value in find/printf.c
- Reply: Warner Losh : "Re: duplicate case value in find/printf.c"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Jul 2025 18:33:44 UTC
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