From 0cf2f20608308acdf3cb922c3736446bbd8f3388 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:58:29 +0100 Subject: gentoo resync : 14.07.2018 --- .../frotz/files/frotz-2.43-glibc2.10.patch | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 games-engines/frotz/files/frotz-2.43-glibc2.10.patch (limited to 'games-engines/frotz/files/frotz-2.43-glibc2.10.patch') diff --git a/games-engines/frotz/files/frotz-2.43-glibc2.10.patch b/games-engines/frotz/files/frotz-2.43-glibc2.10.patch deleted file mode 100644 index 3f2639ec47d0..000000000000 --- a/games-engines/frotz/files/frotz-2.43-glibc2.10.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- a/src/dumb/dumb_input.c -+++ b/src/dumb/dumb_input.c -@@ -79,7 +79,7 @@ - /* Read one line, including the newline, into s. Safely avoids buffer - * overruns (but that's kind of pointless because there are several - * other places where I'm not so careful). */ --static void getline(char *s) -+static void get_line(char *s) - { - int c; - char *p = s; -@@ -203,7 +203,7 @@ - fputs(prompt, stdout); - else - dumb_show_prompt(show_cursor, (timeout ? "tTD" : ")>}")[type]); -- getline(s); -+ get_line(s); - if ((s[0] != '\\') || ((s[1] != '\0') && !islower(s[1]))) { - /* Is not a command line. */ - translate_special_chars(s); -@@ -265,7 +265,7 @@ - if (!*current_page) - break; - printf("HELP: Type for more, or q to stop: "); -- getline(s); -+ get_line(s); - if (!strcmp(s, "q\n")) - break; - } -- cgit v1.2.3