/*- * Copyright (c) 1992 The Regents of the University of California. * All rights reserved. * * %sccs.include.redist.c% */ #include #include #include #include #include md_core(kd, fd, ki) kvm_t *kd; int fd; struct kinfo_proc *ki; { /* Don't need to fix anything for this architecture. */ return (0); }