Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37756396
en ru br
Репозитории ALT
S:3.2.06-alt14
5.1: 3.2.06-alt12
4.1: 3.2.06-alt7
4.0: 3.2.06-alt7
3.0: 3.2.06-alt6
www.altlinux.org/Changes

Группа :: Работа с текстами
Пакет: ispell

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

Патч: ispell-3.20-missing_prototypes.patch
Скачать


diff -Naur ispell-3.1.20.orig/correct.c ispell-3.1.20/correct.c
--- ispell-3.1.20.orig/correct.c	Thu Oct 12 19:04:06 1995
+++ ispell-3.1.20/correct.c	Tue Jan  8 19:39:47 2002
@@ -119,6 +119,7 @@
  */
 
 #include <ctype.h>
+#include <unistd.h>
 #include "config.h"
 #include "ispell.h"
 #include "proto.h"
--- ispell-3.1.20.orig/lookup.c	Mon Jan 23 18:28:27 1995
+++ ispell-3.1.20/lookup.c	Tue Jan  8 19:40:48 2002
@@ -55,6 +55,8 @@
  *
  */
 
+#include <sys/types.h>
+#include <unistd.h>
 #include "config.h"
 #include "ispell.h"
 #include "proto.h"
diff -Naur ispell-3.1.20.orig/term.c ispell-3.1.20/term.c
--- ispell-3.1.20.orig/term.c	Wed Nov  2 18:44:28 1994
+++ ispell-3.1.20/term.c	Tue Jan  8 19:38:44 2002
@@ -71,6 +71,8 @@
 #include <sgtty.h>
 #endif
 #include <signal.h>
+#include <sys/types.h>
+#include <sys/wait.h>
 #include <unistd.h>
 
 void		erase P ((void));
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin