From 263af41f25779c36585d6c17668a15fa07163c4e Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Tue, 29 Dec 2015 22:36:01 +0100 Subject: fix compiler warnings in hurd/libdiskfs --- libdiskfs/boot-start.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libdiskfs/boot-start.c') diff --git a/libdiskfs/boot-start.c b/libdiskfs/boot-start.c index 731d8c6d..60bf33dd 100644 --- a/libdiskfs/boot-start.c +++ b/libdiskfs/boot-start.c @@ -228,8 +228,8 @@ diskfs_start_bootstrap () } lookup_init: - err = dir_lookup (root_pt, initname, O_READ, 0, - &retry, pathbuf, &startup_pt); + err = dir_lookup (root_pt, (char *) initname, O_READ, 0, &retry, pathbuf, + &startup_pt); init_lookups++; if (err) { -- cgit v1.2.3