dillon 2004/11/23 12:04:10 PST
DragonFly src repository
Removed files:
sys/checkpt Makefile checkpt.c checkpt.h support.c
Log:
Remove the checkpoint module. checkpointing is now integrated into the kernel
via kern/kern_checkpoint.c (same code as checkpt.c and support.c just
migrated to a new file).