Blame SOURCES/glibc-rh1505492-prototypes-getttynam.patch

00db10
Introduce prototype-style function definition for getttynam.  Upstream,
00db10
this was part of:
00db10
00db10
commit abccad04b4172d552dbdae948c0e567ba266ad76
00db10
Author: Joseph Myers <joseph@codesourcery.com>
00db10
Date:   Wed Jun 17 20:21:19 2015 +0000
00db10
00db10
    Fix ttyslot namespace (bug 18547).
00db10
00db10
diff --git a/misc/getttyent.c b/misc/getttyent.c
00db10
index 864f65f523de2522..018789a801b8b764 100644
00db10
--- a/misc/getttyent.c
00db10
+++ b/misc/getttyent.c
00db10
@@ -44,8 +44,7 @@ static char zapchar;
00db10
 static FILE *tf;
00db10
 
00db10
 struct ttyent *
00db10
-getttynam(tty)
00db10
-	const char *tty;
00db10
+getttynam (const char *tty)
00db10
 {
00db10
 	struct ttyent *t;
00db10