diff options
Diffstat (limited to 'nss/nsswitch.c')
-rw-r--r-- | nss/nsswitch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/nsswitch.c b/nss/nsswitch.c index f010d2755c..644343a030 100644 --- a/nss/nsswitch.c +++ b/nss/nsswitch.c @@ -536,7 +536,7 @@ nss_parse_file (const char *fname) last = this; } } - while (!feof (fp)); + while (!feof_unlocked (fp)); /* Free the buffer. */ free (line); |