Files
meta-openembedded/meta-networking/recipes-support
mark.yang a8b8eaa85b netcat-openbsd: fix build error with gcc-15
* submit fix:
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097448
  to fix:
    netcat.c:1443:41: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types]
    1443 |                         signal(SIGALRM, quit);
        |                                         ^~~~
        |                                         |
        |                                         void (*)(void)
    In file included from netcat.c💯
    TOPDIR/tmp/work/core2-64-oe-linux/netcat-openbsd/1.195/recipe-sysroot/usr/include/signal.h:88:57: note: expected '__sighandler_t' {aka 'void (*)(int)'} but argument is of type 'void (*)(void)'
    88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler)
        |                                          ~~~~~~~~~~~~~~~^~~~~~~~~
    netcat.c:241:13: note: 'quit' declared here
    241 | static void quit();
        |             ^~~~
    TOPDIR/tmp/work/core2-64-oe-linux/netcat-openbsd/1.195/recipe-sysroot/usr/include/signal.h:72:16: note: '__sighandler_t' declared here
    72 | typedef void (*__sighandler_t) (int);
        |                ^~~~~~~~~~~~~~
    make: *** [Makefile:17: netcat.o] Error 1

Signed-off-by: mark.yang <mark.yang@lge.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-04-19 14:36:04 -07:00
..
2021-12-10 09:11:56 -08:00
2024-02-09 09:52:12 -08:00
2022-08-15 16:27:53 -07:00
2024-10-01 17:56:44 -07:00
2025-03-24 07:29:13 -07:00
2024-11-23 09:00:14 -08:00
2025-04-10 08:31:03 -07:00
2025-01-07 09:33:14 -08:00
2025-02-20 08:32:46 -08:00
2023-02-16 19:33:29 -08:00
2023-08-03 09:14:20 -07:00
2025-03-21 11:07:33 -07:00
2023-06-14 09:41:35 -07:00
2024-03-26 14:00:53 -07:00
2023-10-17 21:42:56 -07:00
2024-02-09 09:52:12 -08:00
2025-02-17 21:35:47 -08:00
2024-05-23 08:44:42 -07:00
2025-04-16 08:18:06 -07:00
2024-10-10 12:53:51 -07:00
2024-03-09 10:55:22 -08:00
2024-02-09 09:52:12 -08:00
2025-02-01 08:59:27 -08:00
2025-04-12 07:09:49 -07:00
2025-04-07 12:21:18 -07:00
2024-02-09 09:52:12 -08:00
2024-04-09 13:56:26 -07:00
2023-05-28 16:34:59 -07:00
2024-05-19 08:27:58 -07:00
2024-07-15 16:36:15 -07:00
2025-04-19 14:36:02 -07:00
2024-12-19 09:41:25 -08:00
2024-11-21 21:42:35 -08:00
2023-12-29 09:04:16 -08:00
2024-08-09 14:25:20 -07:00
2025-02-23 09:56:37 -08:00