[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.17.6.3 and 1.17.6.4

version 1.17.6.3, 2002/06/23 17:52:07 version 1.17.6.4, 2002/10/10 18:44:52
Line 134  int ffs_sysctl __P((int *, u_int, void *
Line 134  int ffs_sysctl __P((int *, u_int, void *
 int ffs_sbupdate __P((struct ufsmount *, int));  int ffs_sbupdate __P((struct ufsmount *, int));
 int ffs_cgupdate __P((struct ufsmount *, int));  int ffs_cgupdate __P((struct ufsmount *, int));
   
   /* ffs_appleufs.c */
   u_int16_t ffs_appleufs_cksum __P((const struct appleufslabel *));
   int ffs_appleufs_validate __P((const char*,const struct appleufslabel *,struct appleufslabel *));
   void ffs_appleufs_set __P((struct appleufslabel *, const char *, time_t));
   
   
 /* ffs_vnops.c */  /* ffs_vnops.c */
 int ffs_read __P((void *));  int ffs_read __P((void *));
 int ffs_write __P((void *));  int ffs_write __P((void *));

Legend:
Removed from v.1.17.6.3  
changed lines
  Added in v.1.17.6.4

CVSweb <webmaster@jp.NetBSD.org>