diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-08-12 23:58:35 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-08-12 23:58:35 +0000 |
commit | c173c3d0a6e164e6a372c61b4767aca5a58ae143 (patch) | |
tree | a60282318d2c6397d1d5697bd94aa6031aa1a9d5 /sys/conf | |
parent | e20744dc3d7f3b2b8e56fafc3a8f2fa5c592f83d (diff) |
seminfo.semmap and SEMMAP are not used; kill them
Solaris doesn't have these either...
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/param.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/param.c b/sys/conf/param.c index 7d49d1e06dc..22a8feeed3f 100644 --- a/sys/conf/param.c +++ b/sys/conf/param.c @@ -1,4 +1,4 @@ -/* $OpenBSD: param.c,v 1.14 2001/07/05 10:12:22 art Exp $ */ +/* $OpenBSD: param.c,v 1.15 2001/08/12 23:58:34 millert Exp $ */ /* $NetBSD: param.c,v 1.16 1996/03/12 03:08:40 mrg Exp $ */ /* @@ -132,7 +132,6 @@ struct shminfo shminfo = { */ #ifdef SYSVSEM struct seminfo seminfo = { - SEMMAP, /* # of entries in semaphore map */ SEMMNI, /* # of semaphore identifiers */ SEMMNS, /* # of semaphores in system */ SEMMNU, /* # of undo structures in system */ |