diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-08-12 20:09:15 +0200 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-08-13 19:06:32 +0200 |
commit | 9df6c6caf2d012781162a296c89d72bae9bf1c38 (patch) | |
tree | 29457c136692979a9063283b155653e8d79c0141 /sysutils/runwhen/files/patch-src_rw-touch.c | |
parent | multimedia/tautulli: Update to 2.10.3 (diff) |
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
Diffstat (limited to 'sysutils/runwhen/files/patch-src_rw-touch.c')
-rw-r--r-- | sysutils/runwhen/files/patch-src_rw-touch.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/runwhen/files/patch-src_rw-touch.c b/sysutils/runwhen/files/patch-src_rw-touch.c new file mode 100644 index 000000000000..862ee85ab6cf --- /dev/null +++ b/sysutils/runwhen/files/patch-src_rw-touch.c @@ -0,0 +1,11 @@ +--- 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]); |