mount: move code from nfsmount.c into mount.c

This commit is contained in:
Denis Vlasenko 2006-09-14 15:46:33 +00:00
parent 6eb2f8edce
commit 25098f7fd5
4 changed files with 1018 additions and 1031 deletions

View File

@ -303,9 +303,6 @@ extern int set_loop(char **device, const char *file, int offset);
extern int vdprintf(int d, const char *format, va_list ap);
#endif
int mount_it_now(struct mntent *mp, int vfsflags, char *filteropts);
int nfsmount(struct mntent *mp, int vfsflags, char *filteropts);
/* Include our own copy of struct sysinfo to avoid binary compatibility
* problems with Linux 2.4, which changed things. Grumble, grumble. */
struct sysinfo {

View File

@ -29,7 +29,6 @@ UTILLINUX-$(CONFIG_MKFS_MINIX) +=mkfs_minix.o
UTILLINUX-$(CONFIG_MKSWAP) +=mkswap.o
UTILLINUX-$(CONFIG_MORE) +=more.o
UTILLINUX-$(CONFIG_MOUNT) +=mount.o
UTILLINUX-$(CONFIG_FEATURE_MOUNT_NFS) +=nfsmount.o
UTILLINUX-$(CONFIG_PIVOT_ROOT) +=pivot_root.o
UTILLINUX-$(CONFIG_RDATE) +=rdate.o
UTILLINUX-$(CONFIG_READPROFILE) +=readprofile.o

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff