Date: Tue, 26 Dec 1995 08:05:14 -0800 (PST) From: Joerg Wunsch <joerg> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern sysv_shm.c Message-ID: <199512261605.IAA08176@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
joerg 95/12/26 08:05:12 Branch: sys/kern RELENG_2_1_0 Modified: sys/kern sysv_shm.c Log: 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) Revision Changes Path 1.5.4.2 +2 -2 src/sys/kern/sysv_shm.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512261605.IAA08176>