From ae70c668c51e8cc935c3e0b56cb1909d408bb9ab Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sun, 3 Aug 2014 15:25:54 +0000 Subject: - rename patch files --- archivers/lha/files/patch-lharc.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 archivers/lha/files/patch-lharc.c (limited to 'archivers/lha/files/patch-lharc.c') diff --git a/archivers/lha/files/patch-lharc.c b/archivers/lha/files/patch-lharc.c new file mode 100644 index 000000000000..41c40de01872 --- /dev/null +++ b/archivers/lha/files/patch-lharc.c @@ -0,0 +1,19 @@ +--- 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) -- cgit v1.2.3