summaryrefslogtreecommitdiff
path: root/misc/openoffice/patches/patch-da
blob: 84ce40733754a100ba05ae685abd6fc8bd1c6fe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-da,v 1.1.1.1 2002/02/13 18:09:22 mrauch Exp $

--- ../vcl/unx/source/gdi/salprn.cxx.orig	Fri Jul 13 17:39:42 2001
+++ ../vcl/unx/source/gdi/salprn.cxx
@@ -1259,7 +1259,7 @@
 	if( getPrinterPort( pJobSetup->maPrinterName ).EqualsIgnoreCaseAscii( "fax_queue" ) )
 	{
 		char tmpNam[ L_tmpnam ];
-#if defined(FREEBSD) || defined(IRIX)
+#if defined(FREEBSD) || defined(IRIX) || defined(NETBSD)
 		mkstemp( tmpNam );
 #else
 		tmpnam_r( tmpNam );