/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint static char sccsid[] = "@(#)md-nop.c 8.1 (Berkeley) 06/06/93"; #endif /* not lint */ #include #include #include #include #include "extern.h" void md_core(kd, fd, ki) kvm_t *kd; int fd; struct kinfo_proc *ki; { /* Don't need to fix anything for this architecture. */ return; }