mount: move code from nfsmount.c into mount.c
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user