[BACK]Return to ffs_alloc.c 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_alloc.c between version 1.39 and 1.40

version 1.39, 2000/11/30 20:56:10 version 1.40, 2001/01/18 20:28:19
Line 79  static int ffs_checkblk __P((struct inod
Line 79  static int ffs_checkblk __P((struct inod
 int ffs_log_changeopt = 0;  int ffs_log_changeopt = 0;
   
 /* in ffs_tables.c */  /* in ffs_tables.c */
 extern int inside[], around[];  extern const int inside[], around[];
 extern u_char *fragtbl[];  extern const u_char * const fragtbl[];
   
 /*  /*
  * Allocate a block in the file system.   * Allocate a block in the file system.

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

CVSweb <webmaster@jp.NetBSD.org>