[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 and 1.15.30.1

version 1.15, 2008/06/28 01:34:05 version 1.15.30.1, 2012/04/17 00:08:18
Line 92  struct msdosfs_args {
Line 92  struct msdosfs_args {
   
 #ifdef _KERNEL  #ifdef _KERNEL
 #include <sys/mallocvar.h>  #include <sys/mallocvar.h>
   #ifdef MALLOC_DECLARE
 MALLOC_DECLARE(M_MSDOSFSMNT);  MALLOC_DECLARE(M_MSDOSFSMNT);
 MALLOC_DECLARE(M_MSDOSFSTMP);  MALLOC_DECLARE(M_MSDOSFSTMP);
   #endif
   
 /*  /*
  * 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.15  
changed lines
  Added in v.1.15.30.1

CVSweb <webmaster@jp.NetBSD.org>