From 5209af1cd7aafd30dfd3e0320a1ea4c5266cef7f Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Fri, 17 Dec 2004 16:27:59 +0000 Subject: [PATCH] sync --- util-linux-2.12a-ipcs-84243-86285.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util-linux-2.12a-ipcs-84243-86285.patch b/util-linux-2.12a-ipcs-84243-86285.patch index 56154a9..abfd6e2 100644 --- a/util-linux-2.12a-ipcs-84243-86285.patch +++ b/util-linux-2.12a-ipcs-84243-86285.patch @@ -15,7 +15,7 @@ - printf (_("max total shared memory (pages) = %lu\n"), - (unsigned long) shminfo.shmall); + printf (_("max total shared memory (kbytes) = %lu\n"), -+ getpagesize()*((unsigned long) shminfo.shmall/1024UL)); ++ (getpagesize()*((unsigned long) shminfo.shmall)/1024UL); printf (_("min seg size (bytes) = %lu\n"), (unsigned long) shminfo.shmmin); return;