schweikh 2004-06-11 17:51:37 UTC FreeBSD src repository Modified files: sys/dev/bktr bktr_mem.c Log: * Fix typo in comment. * remove extraneous semicolon between function definitions. * vm_offset_t is not a pointer, so return 0, not NULL. This fixes two warnings. Revision Changes Path 1.9 +4 -6 src/sys/dev/bktr/bktr_mem.c