aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-14 15:46:33 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-14 15:46:33 +0000
commit19f83e82dd37f548d0f2fcc58bb938ea91cda5c2 (patch)
treec572d17c1ca601fec7dd8c165ad85c3dbb391d9d /include
parentd3413e8f6ea6b1ab9198450d1e7f6011f4c95b54 (diff)
downloadbusybox-w32-19f83e82dd37f548d0f2fcc58bb938ea91cda5c2.tar.gz
busybox-w32-19f83e82dd37f548d0f2fcc58bb938ea91cda5c2.tar.bz2
busybox-w32-19f83e82dd37f548d0f2fcc58bb938ea91cda5c2.zip
mount: move code from nfsmount.c into mount.c
git-svn-id: svn://busybox.net/trunk/busybox@16120 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/libbb.h b/include/libbb.h
index dfb7a70bd..10309cff2 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -303,9 +303,6 @@ extern int set_loop(char **device, const char *file, int offset);
303extern int vdprintf(int d, const char *format, va_list ap); 303extern int vdprintf(int d, const char *format, va_list ap);
304#endif 304#endif
305 305
306int mount_it_now(struct mntent *mp, int vfsflags, char *filteropts);
307int nfsmount(struct mntent *mp, int vfsflags, char *filteropts);
308
309/* Include our own copy of struct sysinfo to avoid binary compatibility 306/* Include our own copy of struct sysinfo to avoid binary compatibility
310 * problems with Linux 2.4, which changed things. Grumble, grumble. */ 307 * problems with Linux 2.4, which changed things. Grumble, grumble. */
311struct sysinfo { 308struct sysinfo {