summaryrefslogtreecommitdiff
path: root/sysutils/runwhen/files/patch-src_rw-touch.c
blob: 862ee85ab6cf414fc4bc5744dd7d3a431456ad72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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]);