K 10 svn:author V 5 joerg K 8 svn:date V 27 1995-12-26T16:03:32.000000Z K 7 svn:log V 308 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'. Submitted by: m_tanaka@pa.yokogawa.co.jp (Mihoko Tanaka) END