Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jun 1998 17:13:59 +0930
From:      Greg Lehey <grog@lemis.com>
To:        =?iso-8859-1?Q?=F0=C1=D7=C5=CC_=F7=2E_=E1=CE=D4=C9=D0=CF=D7?= <pavel@ikar.elect.ru>, questions@FreeBSD.ORG
Subject:   Re: About  System V IPC semaphores
Message-ID:  <19980629171359.D1880@freebie.lemis.com>
In-Reply-To: =?iso-8859-1?Q?=3C01BDA04F=2EFD9D0AB0=40IKAR40603=3E=3B_from_=22=F0=C1?= =?iso-8859-1?Q?=D7=C5=CC_=F7=2E_=E1=CE=D4=C9=D0=CF=D7=22_on_Thu=2C_Jun_2?= =?iso-8859-1?Q?5=2C_1998_at_03:43:22PM_%2B0400?=
References:  <01BDA04F.FD9D0AB0@IKAR40603>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday, 25 June 1998 at 15:43:22 +0400, "πΑΧΕΜ χ. αΞΤΙΠΟΧ" wrote:
>
> We need to increase the seminfo.semopm. We must to say that our kernel not contains
> SEMOPM option, but <sys/sem.h> contains:
> .....
> #ifndef SEMOPM
> #define SEMOPM 100
> #endif

Add a line to your config file:

options		SEMOPM=200

This is the general way to sepecify a compile-time constant.  For more
ideas, check out the /usr/src/sys/i386/conf/LINT config file, which
should describe all possible options you can set.

Greg
--
See complete headers for address and phone numbers
finger grog@lemis.com for PGP public key

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980629171359.D1880>