aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/sem.h
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2011-07-14 14:18:14 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2011-07-14 14:18:14 +0000
commit1080a2c85d12422ae33390c21df17305218ba729 (patch)
tree1afc60e746e75165a27b6764cbbf83a768420f88 /sys/sys/sem.h
parent682c9e0fed0115eb6f283e755901c0aac90e86e8 (diff)
downloadsrc-1080a2c85d12422ae33390c21df17305218ba729.tar.gz
src-1080a2c85d12422ae33390c21df17305218ba729.zip
Remove semaphore map entry count "semmap" field and its tuning
option that is highly recommended to be adjusted in too much documentation while doing nothing in FreeBSD since r2729 (rev 1.1). ipcs(1) needs to be recompiled as it is accessing _KERNEL private variables. Reviewed by: jhb (before comment change on linux code) Sponsored by: Sandvine Incorporated
Notes
Notes: svn path=/head/; revision=224016
Diffstat (limited to 'sys/sys/sem.h')
-rw-r--r--sys/sys/sem.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/sem.h b/sys/sys/sem.h
index cce28f0ba6af..f52bc0c95067 100644
--- a/sys/sys/sem.h
+++ b/sys/sys/sem.h
@@ -107,8 +107,7 @@ union semun {
* semaphore info struct
*/
struct seminfo {
- int semmap, /* # of entries in semaphore map */
- semmni, /* # of semaphore identifiers */
+ int semmni, /* # of semaphore identifiers */
semmns, /* # of semaphores in system */
semmnu, /* # of undo structures in system */
semmsl, /* max # of semaphores per id */