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

Группа :: Издательство
Пакет: t1utils

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

Патч: t1utils-1.34-glibc-2.10.patch
Скачать


--- t1utils-1.34/t1asm.c	2008-03-01 17:59:11.000000000 +0000
+++ t1utils-1.34/t1asm.c	2009-05-21 07:47:28.489113686 +0000
@@ -280,7 +280,7 @@
    the newline is put into line[]. When terminated by '{', the '{' is not put
    into line[], and the flag start_charstring is set to 1. */
 
-static void getline()
+static void t_getline()
 {
   int c;
   char *p = line;
@@ -721,7 +721,7 @@
      without /Subrs sections and provided a patch. */
   
   while (!feof(ifp) && !ferror(ifp)) {
-    getline();
+    t_getline();
     
     if (!ever_active) {
       if (strncmp(line, "currentfile eexec", 17) == 0 && isspace(line[17])) {
@@ -792,7 +792,7 @@
   
   /* There may be additional code. */
   while (!feof(ifp) && !ferror(ifp)) {
-    getline();
+    t_getline();
     eexec_string(line);
   }
   
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin