Deleted Added
full compact
msdosfs_vfsops.c (54655) msdosfs_vfsops.c (54803)
1/* $FreeBSD: head/sys/fs/msdosfs/msdosfs_vfsops.c 54655 1999-12-15 23:02:35Z eivind $ */
1/* $FreeBSD: head/sys/fs/msdosfs/msdosfs_vfsops.c 54803 1999-12-19 06:08:07Z rwatson $ */
2/* $NetBSD: msdosfs_vfsops.c,v 1.51 1997/11/17 15:36:58 ws Exp $ */
3
4/*-
5 * Copyright (C) 1994, 1995, 1997 Wolfgang Solfrank.
6 * Copyright (C) 1994, 1995, 1997 TooLs GmbH.
7 * All rights reserved.
8 * Original code by Paul Popelka (paulp@uts.amdahl.com) (see below).
9 *

--- 971 unchanged lines hidden (view full) ---

981 msdosfs_root,
982 vfs_stdquotactl,
983 msdosfs_statfs,
984 msdosfs_sync,
985 vfs_stdvget,
986 msdosfs_fhtovp,
987 msdosfs_checkexp,
988 msdosfs_vptofh,
2/* $NetBSD: msdosfs_vfsops.c,v 1.51 1997/11/17 15:36:58 ws Exp $ */
3
4/*-
5 * Copyright (C) 1994, 1995, 1997 Wolfgang Solfrank.
6 * Copyright (C) 1994, 1995, 1997 TooLs GmbH.
7 * All rights reserved.
8 * Original code by Paul Popelka (paulp@uts.amdahl.com) (see below).
9 *

--- 971 unchanged lines hidden (view full) ---

981 msdosfs_root,
982 vfs_stdquotactl,
983 msdosfs_statfs,
984 msdosfs_sync,
985 vfs_stdvget,
986 msdosfs_fhtovp,
987 msdosfs_checkexp,
988 msdosfs_vptofh,
989 msdosfs_init
989 msdosfs_init,
990 vfs_stduninit,
991 vfs_stdextattrctl,
990};
991
992VFS_SET(msdosfs_vfsops, msdos, 0);
992};
993
994VFS_SET(msdosfs_vfsops, msdos, 0);