sync
This commit is contained in:
parent
9aedf7b7d6
commit
5209af1cd7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user