[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.10 and 1.11

version 1.10, 2005/09/25 21:17:05 version 1.11, 2005/12/03 17:34:43
Line 47 
Line 47 
  * October 1992   * October 1992
  */   */
   
   #ifndef _MSDOSFS_MSDOSFSMOUNT_H_
   #define _MSDOSFS_MSDOSFSMOUNT_H_
   
 /*  /*
  *  Arguments to mount MSDOS filesystems.   *  Arguments to mount MSDOS filesystems.
  */   */
Line 233  void msdosfs_done(void);
Line 236  void msdosfs_done(void);
 SYSCTL_SETUP_PROTO(sysctl_vfs_msdosfs_setup);  SYSCTL_SETUP_PROTO(sysctl_vfs_msdosfs_setup);
 #endif /* SYSCTL_SETUP_PROTO */  #endif /* SYSCTL_SETUP_PROTO */
 #endif /* _KERNEL */  #endif /* _KERNEL */
   #endif /* _MSDOSFS_MSDOSFSMOUNT_H_ */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb <webmaster@jp.NetBSD.org>