Account for the machdep.msgbuf -> kern.msgbuf renaming.

This commit is contained in:
tmm 2001-07-03 19:51:53 +00:00
parent ae1087b3dd
commit b47fe896c3

View File

@ -40,7 +40,7 @@ main(int argc, char *argv[])
{
int len,i;
char *buf,*p;
char *mib="machdep.msgbuf";
char *mib="kern.msgbuf";
/* We use sysctlbyname, because the oid is unknown (OID_AUTO) */