http://downloads.netgear.com/files/GPL/GPL_Source_V361j_DM111PSP_series_consumer_rele...
[bcm963xx.git] / hostTools / squashfs / mksquashfs.c
index bad8384..4cf58e4 100755 (executable)
@@ -540,7 +540,7 @@ squashfs_block start_block, unsigned int offset, unsigned int *block_list, struc
 /* CONFIG_MIPS_BRCM Begin Broadcom changed code. */
 /* GCC4.0 does not like two assigns and a cast in one line.  Split them up. */
                inode = get_inode(sizeof(*reg) + offset * sizeof(unsigned int));
-               inodep = (squashfs_reg_inode_header *) inode;
+               inodep = (squashfs_reg_inode_header *)inode;
 /* CONFIG_MIPS_BRCM end Broadcom changed code. */
 
                reg->mtime = buf.st_mtime;
@@ -605,7 +605,7 @@ squashfs_block start_block, unsigned int offset, unsigned int *block_list, struc
 /* CONFIG_MIPS_BRCM Begin Broadcom changed code. */
 /* GCC4.0 does not like two assigns and a cast in one line.  Split them up. */
                inode = get_inode(sizeof(*symlink) + byte);
-               inodep = (squashfs_symlink_inode_header *) inode;
+               inodep = (squashfs_symlink_inode_header *)inode;
 /* CONFIG_MIPS_BRCM end Broadcom changed code. */
 
                symlink->symlink_size = byte;