summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/mount.h
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-08-22 12:43:27 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-08-22 12:43:27 +0000
commit16f86947bf85478e045613a9118d5bacfb9e7917 (patch)
tree257e55c20ae011ad3d7518e7b45034e15939fa96 /mdk-stage1/mount.h
parent787759c0a3106ecf52b017861067ac6a669902f3 (diff)
downloaddrakx-16f86947bf85478e045613a9118d5bacfb9e7917.tar
drakx-16f86947bf85478e045613a9118d5bacfb9e7917.tar.gz
drakx-16f86947bf85478e045613a9118d5bacfb9e7917.tar.bz2
drakx-16f86947bf85478e045613a9118d5bacfb9e7917.tar.xz
drakx-16f86947bf85478e045613a9118d5bacfb9e7917.zip
mount all but ramdisk Read Only
Diffstat (limited to 'mdk-stage1/mount.h')
-rw-r--r--mdk-stage1/mount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/mount.h b/mdk-stage1/mount.h
index b679e5c30..992796bde 100644
--- a/mdk-stage1/mount.h
+++ b/mdk-stage1/mount.h
@@ -26,6 +26,6 @@
#include "nfsmount.h"
#endif
-int my_mount(char *dev, char *location, char *fs);
+int my_mount(char *dev, char *location, char *fs, int force_rw);
#endif