summaryrefslogtreecommitdiff
path: root/sysutils/runwhen/files/patch-src_rw__scan.c
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2021-05-09 07:22:34 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2021-05-09 07:22:49 +0000
commitc25c9849d83acb318cea68c297d4062a2b38098f (patch)
treea77c8ef47df6dbf951ab2e92e59e7d1d285b7444 /sysutils/runwhen/files/patch-src_rw__scan.c
parentnet-p2p/openethereum: update to 3.2.5 release. (diff)
sysutils/runwhen: update to version 2021.04.30 and thus unbreak.
Diffstat (limited to 'sysutils/runwhen/files/patch-src_rw__scan.c')
-rw-r--r--sysutils/runwhen/files/patch-src_rw__scan.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/runwhen/files/patch-src_rw__scan.c b/sysutils/runwhen/files/patch-src_rw__scan.c
deleted file mode 100644
index 77c2342d960b..000000000000
--- a/sysutils/runwhen/files/patch-src_rw__scan.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/rw_scan.c.orig 2020-04-22 21:45:48 UTC
-+++ src/rw_scan.c
-@@ -14,7 +14,7 @@ void rw_scan(tain_t* stamp, char const* text) {
- char const* x;
- switch (text[0]) {
- case '$':
-- x=env_get(text+1);
-+ x=getenv(text+1);
- if (x==NULLP) DIE_MALFORMED("timestamp", text);
- text=x;
- i=tain_scan(text, stamp);