summaryrefslogtreecommitdiff
path: root/converters/uulib/patches/patch-ab
blob: 5fd392348ce3c2ccd9f3ff4e501cda6adf928a81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ab,v 1.3 2008/06/01 21:46:37 dholland Exp $

--- uulib/fptools.c.orig	2004-02-23 19:05:32.000000000 -0500
+++ uulib/fptools.c	2008-06-01 16:08:35.000000000 -0400
@@ -517,6 +517,7 @@
   return number;
 }
 
+#if 0 /* insecure */
 /*
  * tempnam is not ANSI, but tmpnam is. Ignore the prefix here.
  */
@@ -526,3 +527,4 @@
 {
   return _FP_strdup (tmpnam (NULL));
 }
+#endif