diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-09-16 14:44:24 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-09-16 14:44:24 +0000 |
| commit | f116a277ad78faeb6be41d99c5fe5b8afa9e6dad (patch) | |
| tree | c2086764617f22c86ab53036623584f0c27b0071 /sys | |
| parent | d69bfa565ee058c3a9d019e8185214108df49373 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/mount.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h index 7e3b297576ac..73c4af0789fe 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)); |
