[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.14 and 1.15

version 1.14, 2000/02/14 22:00:22 version 1.15, 2000/03/16 18:20:06
Line 94  void ffs_dinode_swap __P((struct dinode 
Line 94  void ffs_dinode_swap __P((struct dinode 
 void ffs_csum_swap __P((struct csum *, struct csum *, int));  void ffs_csum_swap __P((struct csum *, struct csum *, int));
   
 /* ffs_inode.c */  /* ffs_inode.c */
 void ffs_init __P((void));  
 int ffs_update __P((void *));  int ffs_update __P((void *));
 int ffs_truncate __P((void *));  int ffs_truncate __P((void *));
   
Line 111  void ffs_clrblock __P((struct fs *, u_ch
Line 110  void ffs_clrblock __P((struct fs *, u_ch
 void ffs_setblock __P((struct fs *, unsigned char *, ufs_daddr_t));  void ffs_setblock __P((struct fs *, unsigned char *, ufs_daddr_t));
   
 /* ffs_vfsops.c */  /* ffs_vfsops.c */
   void ffs_init __P((void));
   void ffs_done __P((void));
 int ffs_mountroot __P((void));  int ffs_mountroot __P((void));
 int ffs_mount __P((struct mount *, const char *, void *, struct nameidata *,  int ffs_mount __P((struct mount *, const char *, void *, struct nameidata *,
                    struct proc *));                     struct proc *));

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVSweb <webmaster@jp.NetBSD.org>