Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/arch
On 2022/10/04 16:38, matthew green wrote:
"Rin Okuyama" writes:
Module Name: src
Committed By: rin
Date: Tue Oct 4 07:24:32 UTC 2022
Modified Files:
src/sys/arch/amiga/dev: ser.c
src/sys/arch/sgimips/dev: scn.c
Log Message:
Remove unused extern declaration of constty.
thank you.
Welcome!
can someone please find all the "extern <someotherfile'sobject>;"
in .c files, and move them all into .h files.
Well, it should be a tough work ;)
% cd /usr/src/sys && find . -name '*.c' | grep -v /external/ | xargs grep 'extern[ ]' | wc -l
4170
Thanks,
rin
Home |
Main Index |
Thread Index |
Old Index