[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.7 and 1.7.2.1

version 1.7, 2010/03/29 13:11:33 version 1.7.2.1, 2011/06/06 09:09:24
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.7  
changed lines
  Added in v.1.7.2.1

CVSweb <webmaster@jp.NetBSD.org>