From: Aurelien Jarno <aurel32@xxxxxxxxxx> Addresses-Debian-Bug: #527384 Signed-off-by: LaMont Jones <lamont@xxxxxxxxxx> --- sys-utils/ipcs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-utils/ipcs.c b/sys-utils/ipcs.c index 8ed5698..9ce5366 100644 --- a/sys-utils/ipcs.c +++ b/sys-utils/ipcs.c @@ -461,8 +461,10 @@ static void do_msg (char format, int unit) return; } printf (_("------ Messages Status --------\n")); +#ifndef __FreeBSD_kernel__ printf (_("allocated queues = %d\n"), msginfo.msgpool); printf (_("used headers = %d\n"), msginfo.msgmap); +#endif ipc_print_size(unit, _("used space"), msginfo.msgtql, unit == IPC_UNIT_DEFAULT ? _(" bytes\n") : "\n", 0); return; -- 2.1.0.rc1 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html