$OpenBSD: patch-runtime_flang_stime3f_c,v 1.1.1.1 2017/12/31 18:06:38 bcallah Exp $

No stime(), from FreeBSD

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