Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Dec 1995 08:03:37 -0800 (PST)
From:      Joerg Wunsch <joerg>
To:        CVS-committers, cvs-sys
Subject:   cvs commit: src/sys/kern sysv_shm.c
Message-ID:  <199512261603.IAA07996@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
joerg       95/12/26 08:03:34

  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.16      +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?199512261603.IAA07996>