diff options
author | Rene Ladan <rene@FreeBSD.org> | 2022-09-30 22:16:07 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2022-09-30 22:16:07 +0200 |
commit | bfab4686fe9f1b7ad3ba3cfec2bf16fcdc9fe911 (patch) | |
tree | b70c4af0096712b07707c693843b36c829ec2289 /devel/flang/files/patch-runtime_flang_stime3f.c | |
parent | Mk/Uses: unregister expired flang from fortran.mk (diff) |
cleanup: Remove expired ports:
2022-09-30 devel/flang: Very outdated and unsupported upstream, current version in tree is several years old and upstream is still active
Diffstat (limited to 'devel/flang/files/patch-runtime_flang_stime3f.c')
-rw-r--r-- | devel/flang/files/patch-runtime_flang_stime3f.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/flang/files/patch-runtime_flang_stime3f.c b/devel/flang/files/patch-runtime_flang_stime3f.c deleted file mode 100644 index 4e8bc9a3e7f2..000000000000 --- a/devel/flang/files/patch-runtime_flang_stime3f.c +++ /dev/null @@ -1,17 +0,0 @@ ---- runtime/flang/stime3f.c.orig 2017-10-19 11:03:03 UTC -+++ runtime/flang/stime3f.c -@@ -27,13 +27,7 @@ - - int ENT3F(STIME, stime)(int *tp) - { -- int i; -- time_t t = *tp; -- -- if ((i = stime(&t))) -- i = __io_errno(); -- -- return i; -+ return EPERM; - } - - #endif /* !WINNT */ |