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

Группа :: Сети/Прочее
Пакет: ncpfs

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

Патч: ncpfs-2.2.6-alt-gcc41-compile.patch
Скачать


--- ncpfs-2.2.6/util/pserver.c.orig	2005-01-28 03:35:59 +1000
+++ ncpfs-2.2.6/util/pserver.c	2006-07-03 12:17:48 +1100
@@ -153,7 +153,7 @@
 	char *s = q->command;
 	char *target_end = target + target_size;
 
-	static void add_string(const char *str)
+	void add_string(const char *str)
 	{
 		int len = strlen(str);
 		if (target + len + 1 > target_end)
--- ncpfs-2.2.6/util/nwpjmv.c.orig	2005-01-28 03:35:59 +1000
+++ ncpfs-2.2.6/util/nwpjmv.c	2006-07-03 12:18:42 +1100
@@ -131,7 +131,7 @@
 	char *s = q->command;
 	char *target_end = target + target_size;
 
-	static void add_string(const char *str)
+	void add_string(const char *str)
 	{
 		int len = strlen(str);
 		if (target + len + 1 > target_end)
--- ncpfs-2.2.6/lib/ncplib.c.orig	2005-01-28 03:35:59 +1000
+++ ncpfs-2.2.6/lib/ncplib.c	2006-07-03 12:16:23 +1100
@@ -2421,7 +2421,7 @@
 	int i = 1;
 	NWCCODE nwerr;
 
-	static int get_argument(int arg_no, const char **target) {
+	int get_argument(int arg_no, const char **target) {
 		int count = 1;
 
 		if (target != NULL) {
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin