From 559e1418f2c89f5cfd50c9cb6c21865abfa22ae3 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 22 Oct 2003 19:15:42 +0000 Subject: allow more than one loop device for more than one lomount --- mdk-stage1/mount.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mdk-stage1/mount.h') diff --git a/mdk-stage1/mount.h b/mdk-stage1/mount.h index 82795462f..3c24f8bbd 100644 --- a/mdk-stage1/mount.h +++ b/mdk-stage1/mount.h @@ -27,9 +27,6 @@ #endif int my_mount(char *dev, char *location, char *fs, int force_rw); - -#ifndef DISABLE_MEDIAS -int ensure_dev_exists(char *dev); -#endif +int ensure_dev_exists(const char * dev); #endif -- cgit v1.2.1