[BACK]Return to ffs.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.sbin / makefs

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

Diff for /src/usr.sbin/makefs/ffs.c between version 1.28 and 1.29

version 1.28, 2004/04/26 21:06:55 version 1.29, 2004/06/20 22:20:17
Line 65 
Line 65 
  *      @(#)ffs_alloc.c 8.19 (Berkeley) 7/13/95   *      @(#)ffs_alloc.c 8.19 (Berkeley) 7/13/95
  */   */
   
   #if HAVE_NBTOOL_CONFIG_H
   #include "nbtool_config.h"
   #endif
   
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
 #if defined(__RCSID) && !defined(__lint)  #if defined(__RCSID) && !defined(__lint)
 __RCSID("$NetBSD$");  __RCSID("$NetBSD$");
 #endif  /* !__lint */  #endif  /* !__lint */
   
 #include <sys/param.h>  #include <sys/param.h>
   
   #if !HAVE_NBTOOL_CONFIG_H
 #include <sys/mount.h>  #include <sys/mount.h>
   #endif
   
 #include <assert.h>  #include <assert.h>
 #include <errno.h>  #include <errno.h>

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

CVSweb <webmaster@jp.NetBSD.org>