cvs commit: src/sys/vfs/hammer hammer.h hammer_btree.c hammer_cursor.h h ammer_disk.h hammer_inode.c hammer_ioctl.h hammer_mirror.c hammer_object.c h ammer_subs.c hammer_vnops.c

Matthew Dillon dillon at apollo.backplane.com
Thu Jul 10 10:43:14 PDT 2008


:buildkernel fails after this commit:
:..
:linking kernel.debug
:hammer_mirror.o: In function `hammer_ioc_mirror_read':
:/usr/src/sys/vfs/hammer/hammer_mirror.c:259: undefined reference to `crc32_=
:ext'
:
:Seems like you forgot to commit file with crc32_ext();
:I guess you have something like patch below.
:
: -thomas

    Ach.  So I did.  It was because I meant to test that it actually worked
    properly before I committed it and then got caught up with other things.

    I've committed it.

						-Matt





More information about the Commits mailing list