Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libkvm/kvm_private.h,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libkvm/kvm_private.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- src/lib/libkvm/kvm_private.h 1996/03/18 22:33:54 1.6 +++ src/lib/libkvm/kvm_private.h 1996/05/05 04:32:15 1.7 @@ -1,4 +1,4 @@ -/* $NetBSD: kvm_private.h,v 1.6 1996/03/18 22:33:54 thorpej Exp $ */ +/* $NetBSD: kvm_private.h,v 1.7 1996/05/05 04:32:15 gwr Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -67,7 +67,8 @@ struct __kvm { * dead kernels. */ struct kcore_hdr *kcore_hdr; - struct cpu_kcore_hdr *cpu_hdr; + size_t cpu_dsize; + void *cpu_data; off_t dump_off; /* Where the actual dump starts */ /*