* [gentoo-commits] gentoo-x86 commit in app-text/ispell/files: ispell-3.3.02-glibc-2.10.patch
@ 2009-08-06 15:30 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-08-06 15:30 UTC (permalink / raw
To: gentoo-commits
ssuominen 09/08/06 15:30:46
Added: ispell-3.3.02-glibc-2.10.patch
Log:
Fix building with GLIBC 2.10+ wrt #272362.
(Portage version: 2.2_rc36/cvs/Linux x86_64)
Revision Changes Path
1.1 app-text/ispell/files/ispell-3.3.02-glibc-2.10.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ispell/files/ispell-3.3.02-glibc-2.10.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ispell/files/ispell-3.3.02-glibc-2.10.patch?rev=1.1&content-type=text/plain
Index: ispell-3.3.02-glibc-2.10.patch
===================================================================
diff -ur ispell-3.3.02.orig/correct.c ispell-3.3.02/correct.c
--- ispell-3.3.02.orig/correct.c 2009-08-06 18:28:32.000000000 +0300
+++ ispell-3.3.02/correct.c 2009-08-06 18:28:57.000000000 +0300
@@ -247,7 +247,7 @@
struct flagent * sufent,
ichar_t savearea[MAX_CAPS][INPUTWORDLEN + MAXAFFIXLEN],
int * nsaved));
-static char * getline P ((char * buf, int bufsize));
+static char * get_line P ((char * buf, int bufsize));
void askmode P ((void));
void copyout P ((unsigned char ** cc, int cnt));
static void lookharder P ((unsigned char * string));
@@ -573,7 +573,7 @@
imove (li - 1, 0);
(void) putchar ('!');
- if (getline ((char *) buf, sizeof buf) == NULL)
+ if (get_line ((char *) buf, sizeof buf) == NULL)
{
(void) putchar (7);
ierase ();
@@ -598,7 +598,7 @@
(void) printf ("%s ", CORR_C_READONLY);
}
(void) printf (CORR_C_REPLACE_WITH);
- if (getline ((char *) ctok, ctokl) == NULL)
+ if (get_line ((char *) ctok, ctokl) == NULL)
{
(void) putchar (7);
/* Put it back */
@@ -666,7 +666,7 @@
unsigned char buf[100];
imove (li - 1, 0);
(void) printf (CORR_C_LOOKUP_PROMPT);
- if (getline ((char *) buf, sizeof buf) == NULL)
+ if (get_line ((char *) buf, sizeof buf) == NULL)
{
(void) putchar (7);
ierase ();
@@ -1585,7 +1585,7 @@
return;
}
-static char * getline (s, len)
+static char * get_line (s, len)
register char * s;
register int len;
{
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/ispell/files: ispell-3.3.02-glibc-2.10.patch
@ 2012-07-21 13:58 Pacho Ramos (pacho)
0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2012-07-21 13:58 UTC (permalink / raw
To: gentoo-commits
pacho 12/07/21 13:58:46
Removed: ispell-3.3.02-glibc-2.10.patch
Log:
Remove package
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-21 13:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-21 13:58 [gentoo-commits] gentoo-x86 commit in app-text/ispell/files: ispell-3.3.02-glibc-2.10.patch Pacho Ramos (pacho)
-- strict thread matches above, loose matches on Subject: below --
2009-08-06 15:30 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox