Messages in this thread |  | | Date | Fri, 17 Nov 2000 00:38:53 -0500 (EST) | From | Alexander Viro <> | Subject | Re: 2.4.0-test11-pre6 ntfs compile error |
| |
On Fri, 17 Nov 2000, Frank Davis wrote:
> Hello, > I just try to compile 2.4.0-test11-pre6, and received the following error (make modules): > > inode.c:1054 conflicting types for 'new_inode' > /usr/src/liunux/include/linux/fs.h:1153 previous declaration of 'new_inode'
My fault. Hell knows how that part of patch didn't get into the posting (damnit, it was described there)...
Fix:
ed fs/ntfs/inode.c <<EOF %s/new_inode/ntfs_&/g w q EOF
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |