[BACK]Return to msdosfsmount.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / fs / msdosfs

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/fs/msdosfs/msdosfsmount.h between version 1.15.30.2 and 1.15.30.3

version 1.15.30.2, 2013/01/16 05:33:39 version 1.15.30.3, 2014/05/22 11:41:00
Line 50 
Line 50 
 #ifndef _MSDOSFS_MSDOSFSMOUNT_H_  #ifndef _MSDOSFS_MSDOSFSMOUNT_H_
 #define _MSDOSFS_MSDOSFSMOUNT_H_  #define _MSDOSFS_MSDOSFSMOUNT_H_
   
   #ifndef MAKEFS
 /*  /*
  *  Arguments to mount MSDOS filesystems.   *  Arguments to mount MSDOS filesystems.
  */   */
Line 67  struct msdosfs_args {
Line 68  struct msdosfs_args {
         mode_t  dirmask;        /* v2: mask to be applied for msdosfs perms */          mode_t  dirmask;        /* v2: mask to be applied for msdosfs perms */
         int     gmtoff;         /* v3: offset from UTC in seconds */          int     gmtoff;         /* v3: offset from UTC in seconds */
 };  };
   #endif
   
 /*  /*
  * Msdosfs mount options:   * Msdosfs mount options:
Line 96  struct msdosfs_args {
Line 98  struct msdosfs_args {
 MALLOC_DECLARE(M_MSDOSFSMNT);  MALLOC_DECLARE(M_MSDOSFSMNT);
 MALLOC_DECLARE(M_MSDOSFSTMP);  MALLOC_DECLARE(M_MSDOSFSTMP);
 #endif  #endif
   #endif
   
   #if defined(_KERNEL) || defined(MAKEFS)
 /*  /*
  * Layout of the mount control block for a MSDOSFS file system.   * Layout of the mount control block for a MSDOSFS file system.
  */   */
Line 247  void msdosfs_init(void);
Line 251  void msdosfs_init(void);
 void msdosfs_reinit(void);  void msdosfs_reinit(void);
 void msdosfs_done(void);  void msdosfs_done(void);
   
 #endif /* _KERNEL */  #endif /* _KERNEL || MAKEFS */
 #endif /* _MSDOSFS_MSDOSFSMOUNT_H_ */  #endif /* _MSDOSFS_MSDOSFSMOUNT_H_ */

Legend:
Removed from v.1.15.30.2  
changed lines
  Added in v.1.15.30.3

CVSweb <webmaster@jp.NetBSD.org>