From 8ee649a02e97e9d4e770a8138ba94c0f3ddd8055 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 26 Mar 2008 20:04:27 +0000 Subject: *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ --- util-linux/mdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux/mdev.c') 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) if (!fp) goto end_parse; - while ((vline = line = xmalloc_getline(fp)) != NULL) { + while ((vline = line = xmalloc_fgetline(fp)) != NULL) { int field; /* A pristine copy for command execution. */ -- cgit v1.2.3