diff options
Diffstat (limited to 'mdk-stage1/mount.h')
-rw-r--r-- | mdk-stage1/mount.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mdk-stage1/mount.h b/mdk-stage1/mount.h index 5b41949bb..dc8d674c3 100644 --- a/mdk-stage1/mount.h +++ b/mdk-stage1/mount.h @@ -1,5 +1,5 @@ /* - * Guillaume Cottenceau (gc@mandriva.com) + * Guillaume Cottenceau (gc) * * Copyright 2000 Mandriva * @@ -22,10 +22,6 @@ #ifndef _MOUNT_H_ #define _MOUNT_H_ -#ifndef DISABLE_NETWORK -#include "nfsmount.h" -#endif - int my_mount(char *dev, char *location, char *fs, int force_rw); int ensure_dev_exists(const char * dev); |