mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
Build despite the skalibs_t typedef removal. Add support for the latest skalibs release. Submitter steps up to maintain the port. Already maintainer of several ports. PR: 265759 Reported by: crest@rlwinm.de
13 lines
360 B
C
13 lines
360 B
C
--- src/runwhen.h.orig 2022-08-10 16:08:24 UTC
|
|
+++ src/runwhen.h
|
|
@@ -8,8 +8,8 @@
|
|
} while (0)
|
|
|
|
#include <skalibs/tai.h>
|
|
-void rw_scan(tain_t*, char const*);
|
|
-void rw_pass(tain_t const*, char**) gccattr_noreturn;
|
|
+void rw_scan(tain*, char const*);
|
|
+void rw_pass(tain const*, char**) gccattr_noreturn;
|
|
|
|
#define WARNTEXT0_clock_gettime "get current time"
|
|
|