$OpenBSD: patch-stress_threads_sem_init_testfrmw_c,v 1.2 2018/05/21 19:22:58 bluhm Exp $

Fix clang printf format security warning to make test compile.

Index: stress/threads/sem_init/testfrmw.c
--- stress/threads/sem_init/testfrmw.c.orig
+++ stress/threads/sem_init/testfrmw.c
@@ -54,7 +54,7 @@ void output( char * string, ... )
    nw = time(NULL);
    now = localtime(&nw);
    if (now == NULL)
-      printf(ts);
+      puts(ts);
    else
       printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min, now->tm_sec);
    va_start( ap, string);
