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

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

Diff for /src/sys/fs/tmpfs/tmpfs_fifoops.h between version 1.6.22.1 and 1.6.22.2

version 1.6.22.1, 2010/05/30 05:17:56 version 1.6.22.2, 2011/05/31 03:04:59
Line 40 
Line 40 
 #include <miscfs/fifofs/fifo.h>  #include <miscfs/fifofs/fifo.h>
 #include <fs/tmpfs/tmpfs_vnops.h>  #include <fs/tmpfs/tmpfs_vnops.h>
   
 /* --------------------------------------------------------------------- */  
   
 /*  /*
  * Declarations for tmpfs_fifoops.c.   * Declarations for tmpfs_fifoops.c.
  */   */
Line 89  int tmpfs_fifo_write (void *);
Line 87  int tmpfs_fifo_write (void *);
 #define tmpfs_fifo_getpages     genfs_badop  #define tmpfs_fifo_getpages     genfs_badop
 #define tmpfs_fifo_putpages     vn_fifo_bypass  #define tmpfs_fifo_putpages     vn_fifo_bypass
   
 /* --------------------------------------------------------------------- */  
 #endif /* _FS_TMPFS_TMPFS_FIFOOPS_H_ */  #endif /* _FS_TMPFS_TMPFS_FIFOOPS_H_ */

Legend:
Removed from v.1.6.22.1  
changed lines
  Added in v.1.6.22.2

CVSweb <webmaster@jp.NetBSD.org>