[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.7.12.3 and 1.7.12.4

version 1.7.12.3, 2007/09/03 14:40:26 version 1.7.12.4, 2007/10/27 11:35:06
Line 93  struct msdosfs_args {
Line 93  struct msdosfs_args {
 #ifdef _KERNEL  #ifdef _KERNEL
 #include <sys/mallocvar.h>  #include <sys/mallocvar.h>
 MALLOC_DECLARE(M_MSDOSFSMNT);  MALLOC_DECLARE(M_MSDOSFSMNT);
   MALLOC_DECLARE(M_MSDOSFSTMP);
   
 /*  /*
  * Layout of the mount control block for a msdos file system.   * Layout of the mount control block for a msdos file system.

Legend:
Removed from v.1.7.12.3  
changed lines
  Added in v.1.7.12.4

CVSweb <webmaster@jp.NetBSD.org>