Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37482643
en ru br
Репозитории ALT
S:3.10.22-alt9
5.1: 3.10.22-alt3
4.1: 3.10.22-alt2
4.0: 3.10.22-alt2
3.0: 3.10.22-alt1
www.altlinux.org/Changes

Другие репозитории
Upstream:3.10g

Группа :: Архивирование/Сжатие
Пакет: arj

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: arj-3.10.22-missing-protos.patch
Скачать


diff -up arj-3.10.22/environ.c~ arj-3.10.22/environ.c
--- arj-3.10.22/environ.c~	2008-03-31 15:19:36.000000000 +0200
+++ arj-3.10.22/environ.c	2008-03-31 15:19:36.000000000 +0200
@@ -12,6 +12,8 @@
 #include <conio.h>
 #include <io.h>
 #include <process.h>
+#else
+#include <sys/wait.h>
 #endif
 
 #include <fcntl.h>
diff -up arj-3.10.22/arjsfx.c~ arj-3.10.22/arjsfx.c
--- arj-3.10.22/arjsfx.c~	2008-03-31 15:17:45.000000000 +0200
+++ arj-3.10.22/arjsfx.c	2008-03-31 15:17:45.000000000 +0200
@@ -5,6 +5,7 @@
  *
  */
 
+#define _GNU_SOURCE
 #include <stdio.h>
 #include <signal.h>
 
diff -up arj-3.10.22/arj.c~ arj-3.10.22/arj.c
--- arj-3.10.22/arj.c~	2008-03-31 15:17:14.000000000 +0200
+++ arj-3.10.22/arj.c	2008-03-31 15:17:14.000000000 +0200
@@ -5,6 +5,7 @@
  *
  */
 
+#define _GNU_SOURCE
 #include <stdio.h>
 #include <signal.h>
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin