From 77ccaba1fa58f871e797ced648c2966842e477db Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 5 Jul 1998 11:57:59 +0000 Subject: Update. 1998-07-05 11:54 Ulrich Drepper * Versions: Add pthread_attr_init ti GLIBC_2.1 version in libc. --- inet/ruserpass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inet/ruserpass.c') diff --git a/inet/ruserpass.c b/inet/ruserpass.c index 9c0905132e..3cdacd1625 100644 --- a/inet/ruserpass.c +++ b/inet/ruserpass.c @@ -265,7 +265,7 @@ token() int c; struct toktab *t; - if (feof(cfile) || ferror(cfile)) + if (feof_unlocked(cfile) || ferror_unlocked(cfile)) return (0); while ((c = getc_unlocked(cfile)) != EOF && (c == '\n' || c == '\t' || c == ' ' || c == ',')) -- cgit v1.2.1