mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 23:30:03 +02:00
Closes: https://bugs.gentoo.org/887113 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31565 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
13 lines
288 B
Diff
13 lines
288 B
Diff
Fix build with clang 16
|
|
Bug: https://bugs.gentoo.org/887113
|
|
--- a/atmel_fwl.c
|
|
+++ b/atmel_fwl.c
|
|
@@ -37,7 +37,7 @@ struct atmel_priv_ioctl {
|
|
unsigned short len;
|
|
};
|
|
|
|
-main(int argc, char **argv)
|
|
+int main(int argc, char **argv)
|
|
{
|
|
int i, magic, rc, sock = -1;
|
|
struct ifreq ifr;
|