a0cc88a429
Avoid USES=llvm:15 by manually disabling the offending warning cum error. Refactor REINPLACE_CMD into proper patches. Approved by: portmgr (build fix blanket) Discussed with: bofh MFH: 2025Q2
12 lines
367 B
C
12 lines
367 B
C
--- src/include/bsdsocket.h.orig 2025-05-05 16:22:22 UTC
|
|
+++ src/include/bsdsocket.h
|
|
@@ -29,7 +29,7 @@ extern void deinit_socket_layer (void);
|
|
#define MAXADDRLEN 256
|
|
|
|
/* allocated and maintained on a per-task basis */
|
|
-struct socketbase {
|
|
+extern struct socketbase {
|
|
struct socketbase *next;
|
|
struct socketbase *nextsig; /* queue for tasks to signal */
|
|
|