ports/sysutils/runwhen/files/patch-src_rw-touch.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
284 B
C

--- src/rw-touch.c.orig 2022-08-10 16:08:24 UTC
+++ src/rw-touch.c
@@ -10,7 +10,7 @@
char const* PROG="rw-touch";
int main(int argc, char** argv) {
- tain_t t;
+ tain t;
struct timeval tv[2];
if (argc<3) DIE_USAGE(" stamp filename [program...]");
rw_scan(&t, argv[1]);