From f116a277ad78faeb6be41d99c5fe5b8afa9e6dad Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 16 Sep 1997 14:44:24 +0000 Subject: [PATCH] Drop temporary source-level compatibility for old mount(2) interface. --- sys/sys/mount.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sys/sys/mount.h b/sys/sys/mount.h index 7e3b297576a..73c4af0789f 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));