summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-09-16 14:44:24 +0000
committerbde <bde@FreeBSD.org>1997-09-16 14:44:24 +0000
commitad20ab755c49f2442e360e0665f8c2ffad182fd8 (patch)
treefd1bc2f3b2dce80bb3a43ab7f6e67648209b3722 /sys
parentecd71a0a41cb37f7eb386bd76d42983aaca3cb75 (diff)
downloadFreeBSD-src-ad20ab755c49f2442e360e0665f8c2ffad182fd8.zip
FreeBSD-src-ad20ab755c49f2442e360e0665f8c2ffad182fd8.tar.gz
Drop temporary source-level compatibility for old mount(2) interface.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/mount.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index 7e3b297..73c4af0 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)mount.h 8.21 (Berkeley) 5/20/95
- * $Id: mount.h,v 1.44 1997/07/22 08:03:19 bde Exp $
+ * $Id: mount.h,v 1.45 1997/08/16 19:16:12 wollman Exp $
*/
#ifndef _SYS_MOUNT_H_
@@ -447,11 +447,7 @@ int fstatfs __P((int, struct statfs *));
int getfh __P((const char *, fhandle_t *));
int getfsstat __P((struct statfs *, long, int));
int getmntinfo __P((struct statfs **, int));
-#ifdef _NEW_VFSCONF
int mount __P((const char *, const char *, int, void *));
-#else
-int mount __P((int, const char *, int, void *));
-#endif
int statfs __P((const char *, struct statfs *));
int unmount __P((const char *, int));
OpenPOWER on IntegriCloud