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 55d5c80f..1567f9a6 100644 --- a/sys-utils/ipcs.c +++ b/sys-utils/ipcs.c @@ -499,8 +499,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; |