mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 03:56:39 -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
11 lines
284 B
C
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]);
|