diff options
Diffstat (limited to 'sys-utils/ipcs.c')
-rw-r--r-- | sys-utils/ipcs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-utils/ipcs.c b/sys-utils/ipcs.c index 2ef5788d..0a950f66 100644 --- a/sys-utils/ipcs.c +++ b/sys-utils/ipcs.c @@ -523,8 +523,10 @@ void do_msg (char format) case STATUS: printf (_("------ Messages Status --------\n")); +#ifndef __FreeBSD_kernel__ printf (_("allocated queues = %d\n"), msginfo.msgpool); printf (_("used headers = %d\n"), msginfo.msgmap); +#endif printf (_("used space = %d bytes\n"), msginfo.msgtql); return; |