$OpenBSD: patch-runtime_flang_stime3f_c,v 1.2 2020/07/12 18:06:48 bcallah Exp $

No stime(), from FreeBSD

Index: runtime/flang/stime3f.c
--- runtime/flang/stime3f.c.orig
+++ runtime/flang/stime3f.c
@@ -17,13 +17,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 */
