diff options
Diffstat (limited to 'util-linux/mdev.c')
-rw-r--r-- | util-linux/mdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mdev.c b/util-linux/mdev.c index 0edaf1047..5a8f1d918 100644 --- a/util-linux/mdev.c +++ b/util-linux/mdev.c | |||
@@ -68,7 +68,7 @@ static void make_device(char *path, int delete) | |||
68 | if (!fp) | 68 | if (!fp) |
69 | goto end_parse; | 69 | goto end_parse; |
70 | 70 | ||
71 | while ((vline = line = xmalloc_getline(fp)) != NULL) { | 71 | while ((vline = line = xmalloc_fgetline(fp)) != NULL) { |
72 | int field; | 72 | int field; |
73 | 73 | ||
74 | /* A pristine copy for command execution. */ | 74 | /* A pristine copy for command execution. */ |