403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/archivers/lha/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/archivers/lha/files/patch-lharc.c
--- src/lharc.c.orig	2000-10-05 17:33:34 UTC
+++ src/lharc.c
@@ -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)
@@ -1038,7 +1039,7 @@ open_old_archive()
 		else
 			return NULL;
 	}
-	if (p = (char *) rindex(archive_name, '.')) {
+	if ((p = (char *) rindex(archive_name, '.'))) {
 		if (strucmp(".LZH", p) == 0
 		    || strucmp(".LZS", p) == 0
 		    || strucmp(".COM", p) == 0	/* DOS SFX */

Youez - 2016 - github.com/yon3zu
LinuXploit