[BACK]Return to mfs_extern.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / ufs / mfs

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

Diff for /src/sys/ufs/mfs/mfs_extern.h between version 1.30 and 1.31

version 1.30, 2008/06/28 01:34:05 version 1.31, 2010/03/02 17:20:02
Line 69  int mfs_fsync(void *);
Line 69  int mfs_fsync(void *);
 #include <sys/mutex.h>  #include <sys/mutex.h>
   
 extern kmutex_t mfs_lock;  extern kmutex_t mfs_lock;
   extern void *mfs_rootbase;
   extern u_long mfs_rootsize;
   
 #endif  #endif
   

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

CVSweb <webmaster@jp.NetBSD.org>