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_m68k.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- src/lib/libkvm/kvm_m68k.h 1997/04/09 21:15:53 1.2 +++ src/lib/libkvm/kvm_m68k.h 2001/05/21 14:56:29 1.3 @@ -1,4 +1,4 @@ -/* $NetBSD: kvm_m68k.h,v 1.2 1997/04/09 21:15:53 thorpej Exp $ */ +/* $NetBSD: kvm_m68k.h,v 1.3 2001/05/21 14:56:29 fredette Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -51,5 +51,6 @@ struct vmstate { }; extern struct kvm_ops _kvm_ops_cmn; +extern struct kvm_ops _kvm_ops_sun2; extern struct kvm_ops _kvm_ops_sun3; extern struct kvm_ops _kvm_ops_sun3x;