ports/sysutils/runwhen/files/patch-src_rw-match.c
Fernando Apesteguía 9df6c6caf2 sysutils/runwhen: Unbreak build
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
2022-08-13 19:06:32 +02:00

20 lines
403 B
C

--- src/rw-match.c.orig 2022-08-10 16:08:24 UTC
+++ src/rw-match.c
@@ -124,7 +124,7 @@ int main(int argc, char** argv) {
}
{
- tain_t stamp;
+ tain stamp;
struct tm* ptm;
struct timeval tv;
time_t t;
@@ -187,7 +187,7 @@ int main(int argc, char** argv) {
}
{
- tain_t stamp;
+ tain stamp;
struct timeval tv;
time_t t;
if (units==units_weekday) {