NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Build breakage on netbsd-5



On Monday 17 January 2011 10:29:12 Uwe Klaus wrote:
> Hi,
> 
> the patch for adding ext2fs support for inodes > 128 bytes
> http://mail-index.netbsd.org/source-changes/2011/01/16/msg017324.html
> breaks the build on netbsd-5

The attached diff fixes it for me.

Nick
Index: sbin/newfs_ext2fs/extern.h
===================================================================
RCS file: /cvsroot/src/sbin/newfs_ext2fs/extern.h,v
retrieving revision 1.2
diff -u -p -r1.2 extern.h
--- sbin/newfs_ext2fs/extern.h  14 Dec 2007 13:19:35 -0000      1.2
+++ sbin/newfs_ext2fs/extern.h  17 Jan 2011 12:27:15 -0000
@@ -41,6 +41,7 @@ extern int    Nflag;          /* run mkfs without w
 extern int     Oflag;          /* format as an 4.3BSD file system */
 extern int     verbosity;      /* amount of printf() output */
 extern int64_t fssize;         /* file system size */
+extern uint16_t        inodesize;      /* bytes per inode */
 extern uint    sectorsize;     /* sector size */
 extern uint    fsize;          /* fragment size */
 extern uint    bsize;          /* block size */


Home | Main Index | Thread Index | Old Index