Re: libsa: ansify some pxe code

2022-12-26 Thread Todd C . Miller
On Tue, 27 Dec 2022 03:11:58 +0100, Jeremie Courreges-Anglas wrote: > These functions trip up -Wdeprecated-non-prototype (clang 15). We'll > probably use -Wno-deprecated-non-prototype until zlib gets fixed > upstream but let's clean up the code first. > > zlib2ansi doesn't find other errors in sy

libsa: ansify some pxe code

2022-12-26 Thread Jeremie Courreges-Anglas
These functions trip up -Wdeprecated-non-prototype (clang 15). We'll probably use -Wno-deprecated-non-prototype until zlib gets fixed upstream but let's clean up the code first. zlib2ansi doesn't find other errors in sys/arch/*clang archs* except for macppc (diff for that next). ok? Index: s