mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
18 lines
387 B
Plaintext
18 lines
387 B
Plaintext
$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
|