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

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

Diff for /src/sys/ufs/ffs/ffs_extern.h between version 1.11.2.2 and 1.11.2.3

version 1.11.2.2, 1999/02/25 04:02:36 version 1.11.2.3, 1999/05/30 15:02:07
Line 87  void ffs_clusteracct __P((int, struct fs
Line 87  void ffs_clusteracct __P((int, struct fs
   
 /* ffs_balloc.c */  /* ffs_balloc.c */
 int ffs_balloc __P((struct inode *, ufs_daddr_t, int, struct ucred *,  int ffs_balloc __P((struct inode *, ufs_daddr_t, int, struct ucred *,
                     struct buf **, daddr_t *, int, boolean_t *));                      struct buf **, daddr_t *, int));
 int ffs_balloc_range __P((struct inode *, off_t, off_t, struct ucred *, int));  int ffs_balloc_range __P((struct inode *, off_t, off_t, struct ucred *, int));
   
 /* ffs_bswap.c */  /* ffs_bswap.c */

Legend:
Removed from v.1.11.2.2  
changed lines
  Added in v.1.11.2.3

CVSweb <webmaster@jp.NetBSD.org>