Deleted Added
full compact
msdosfsmount.h (23351) msdosfsmount.h (30354)
1/* $Id: msdosfsmount.h,v 1.10 1997/02/22 09:40:49 peter Exp $ */
1/* $Id: msdosfsmount.h,v 1.11 1997/03/03 17:36:11 bde Exp $ */
2/* $NetBSD: msdosfsmount.h,v 1.7 1994/08/21 18:44:17 ws Exp $ */
3
4/*-
5 * Copyright (C) 1994 Wolfgang Solfrank.
6 * Copyright (C) 1994 TooLs GmbH.
7 * All rights reserved.
8 * Original code by Paul Popelka (paulp@uts.amdahl.com) (see below).
9 *

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

48 * October 1992
49 */
50
51#ifndef _MSDOSFS_MSDOSFSMOUNT_H_
52#define _MSDOSFS_MSDOSFSMOUNT_H_
53
54#ifdef KERNEL
55
2/* $NetBSD: msdosfsmount.h,v 1.7 1994/08/21 18:44:17 ws Exp $ */
3
4/*-
5 * Copyright (C) 1994 Wolfgang Solfrank.
6 * Copyright (C) 1994 TooLs GmbH.
7 * All rights reserved.
8 * Original code by Paul Popelka (paulp@uts.amdahl.com) (see below).
9 *

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

48 * October 1992
49 */
50
51#ifndef _MSDOSFS_MSDOSFSMOUNT_H_
52#define _MSDOSFS_MSDOSFSMOUNT_H_
53
54#ifdef KERNEL
55
56#ifdef MALLOC_DECLARE
57MALLOC_DECLARE(M_MSDOSFSMNT);
58#endif
59
56/*
57 * Layout of the mount control block for a msdos file system.
58 */
59struct msdosfsmount {
60 struct mount *pm_mountp;/* vfs mount struct for this fs */
61 dev_t pm_dev; /* block special device mounted */
62 uid_t pm_mounter; /* uid of the user who mounted the FS */
63 uid_t pm_uid; /* uid to set as owner of the files */

--- 128 unchanged lines hidden ---
60/*
61 * Layout of the mount control block for a msdos file system.
62 */
63struct msdosfsmount {
64 struct mount *pm_mountp;/* vfs mount struct for this fs */
65 dev_t pm_dev; /* block special device mounted */
66 uid_t pm_mounter; /* uid of the user who mounted the FS */
67 uid_t pm_uid; /* uid to set as owner of the files */

--- 128 unchanged lines hidden ---