K 10 svn:author V 5 peter K 8 svn:date V 27 2002-10-03T20:30:09.000000Z K 7 svn:log V 282 Move swblk_t from sys/types.h to sys/dmap.h, the only include that uses it. It's also only used in vm/vm_swap.c, but that is also the only source file that #include's . sys/dmap.h could probably be embedded entirely in vm_swap.c since that is the only consumer of it. END