[BACK]Return to ffs_tables.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_tables.c between version 1.5 and 1.5.16.2

version 1.5, 2002/01/31 19:19:23 version 1.5.16.2, 2004/09/18 14:56:52
Line 12 
Line 12 
  * 2. Redistributions in binary form must reproduce the above copyright   * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the   *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.   *    documentation and/or other materials provided with the distribution.
  * 3. All advertising materials mentioning features or use of this software   * 3. Neither the name of the University nor the names of its contributors
  *    must display the following acknowledgement:  
  *      This product includes software developed by the University of  
  *      California, Berkeley and its contributors.  
  * 4. Neither the name of the University nor the names of its contributors  
  *    may be used to endorse or promote products derived from this software   *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.   *    without specific prior written permission.
  *   *
Line 35 
Line 31 
  *      @(#)ffs_tables.c        8.1 (Berkeley) 6/11/93   *      @(#)ffs_tables.c        8.1 (Berkeley) 6/11/93
  */   */
   
 #include <sys/cdefs.h>  #if HAVE_NBTOOL_CONFIG_H
 #if defined(__KERNEL_RCSID)  #include "nbtool_config.h"
 __KERNEL_RCSID(0, "$NetBSD$");  
 #endif  #endif
   
 #if HAVE_CONFIG_H  #include <sys/cdefs.h>
 #include "config.h"  __KERNEL_RCSID(0, "$NetBSD$");
 #endif  
   
 #include <sys/param.h>  #include <sys/param.h>
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.16.2

CVSweb <webmaster@jp.NetBSD.org>