ports/sysutils/runwhen/files/patch-src_rw-add.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

11 lines
274 B
C

--- src/rw-add.c.orig 2022-08-10 16:08:24 UTC
+++ src/rw-add.c
@@ -7,7 +7,7 @@
char const* PROG="rw-add";
int main(int argc, char** argv) {
- tain_t t, t0, t1;
+ tain t, t0, t1;
RW_ARG_CHECK(2, " stamp1 stamp2");
rw_scan(&t0, argv[1]);
rw_scan(&t1, argv[2]);