mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
20 lines
725 B
Plaintext
20 lines
725 B
Plaintext
|
--- src/lharc.c.orig Sun May 7 00:05:29 2000
|
||
|
+++ src/lharc.c Fri Jul 28 19:35:31 2000
|
||
|
@@ -889,6 +889,7 @@
|
||
|
/* */
|
||
|
/* ------------------------------------------------------------------------ */
|
||
|
/* Build temporary file name and store to TEMPORARY_NAME */
|
||
|
+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__OpenBSD__)
|
||
|
void
|
||
|
build_temporary_name()
|
||
|
{
|
||
|
@@ -912,7 +913,7 @@
|
||
|
mktemp(temporary_name);
|
||
|
#endif
|
||
|
}
|
||
|
-
|
||
|
+#endif
|
||
|
/* ------------------------------------------------------------------------ */
|
||
|
static void
|
||
|
modify_filename_extention(buffer, ext)
|