$OpenBSD: patch-wv_generic_c,v 1.1 2003/02/11 19:47:34 couderc Exp $
--- wv/generic.c.orig	Thu May  9 23:49:24 2002
+++ wv/generic.c	Tue Feb 11 19:16:44 2003
@@ -92,7 +92,7 @@ wvMalloc (U32 size)
 char *
 wvTempName (char *s)
 {
-    return tmpnam (s);
+    return mkstemp (s);
 }
 
 /*
