Account for the machdep.msgbuf -> kern.msgbuf renaming.
This commit is contained in:
parent
ae1087b3dd
commit
b47fe896c3
@ -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) */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user