Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Dec 1995 17:03:19 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        m_tanaka@pa.yokogawa.co.jp (Mihoko Tanaka)
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: shmget() problem
Message-ID:  <199512261603.RAA09379@uriah.heep.sax.de>
In-Reply-To: <9512191301.AA05407@cabbage.pa.yokogawa.co.jp> from "Mihoko Tanaka" at Dec 19, 95 10:01:57 pm

next in thread | previous in thread | raw e-mail | index | archive | help
As Mihoko Tanaka wrote:
> 
> I report a problem about shmget(). (I'm using FreeBSD-2.1.0R)
> 
>      int shmget(key_t key, int size, int shmflg);
> 
> If the 'key' has already existed in the system and set 'shmflg'
> as '(IPC_CREAT|IPC_EXC)', then shmget() must return the error 'EEXIST'.

Thanks, i've applied your suggested (and very obvious :) fix.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



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