a79394b4d5
- Remove again extraneous documentation that is of no interest to users of the compiled package. - Prune inappropriate verbiage from description. - Disallow CDROM distribution according to old description. - Rename patches. - General clean-up.
21 lines
678 B
Plaintext
21 lines
678 B
Plaintext
$OpenBSD: patch-src_lharc_c,v 1.1 2002/02/04 22:16:17 naddy Exp $
|
|
--- src/lharc.c.orig Thu Oct 5 19:33:34 2000
|
|
+++ src/lharc.c Mon Feb 4 17:52:03 2002
|
|
@@ -894,6 +894,7 @@ free_files(filec, filev)
|
|
/* */
|
|
/* ------------------------------------------------------------------------ */
|
|
/* Build temporary file name and store to TEMPORARY_NAME */
|
|
+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__OpenBSD__)
|
|
void
|
|
build_temporary_name()
|
|
{
|
|
@@ -925,7 +926,7 @@ build_temporary_name()
|
|
#endif
|
|
#endif
|
|
}
|
|
-
|
|
+#endif
|
|
/* ------------------------------------------------------------------------ */
|
|
static void
|
|
modify_filename_extention(buffer, ext)
|