convert from kinfo to sysctl
[unix-history] / usr / src / usr.bin / gcore / md-nop.c
/*-
* Copyright (c) 1992 The Regents of the University of California.
* All rights reserved.
*
* %sccs.include.redist.c%
*/
#ifndef lint
static char sccsid[] = "@(#)md-nop.c 5.4 (Berkeley) %G%";
#endif /* not lint */
#include <sys/param.h>
#include <sys/kinfo_proc.h>
#include <stdio.h>
#include <kvm.h>
#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;
}