Deleted Added
full compact
msdosfs_vfsops.c (35769) msdosfs_vfsops.c (38909)
1/* $Id: msdosfs_vfsops.c,v 1.34 1998/04/29 12:55:51 dt Exp $ */
1/* $Id: msdosfs_vfsops.c,v 1.35 1998/05/06 05:29:38 msmith Exp $ */
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 *

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

1010 msdosfs_statfs,
1011 msdosfs_sync,
1012 msdosfs_vget,
1013 msdosfs_fhtovp,
1014 msdosfs_vptofh,
1015 msdosfs_init
1016};
1017
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 *

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

1010 msdosfs_statfs,
1011 msdosfs_sync,
1012 msdosfs_vget,
1013 msdosfs_fhtovp,
1014 msdosfs_vptofh,
1015 msdosfs_init
1016};
1017
1018VFS_SET(msdosfs_vfsops, msdos, MOUNT_MSDOS, 0);
1018VFS_SET(msdosfs_vfsops, msdos, 0);