Robert Watson 3d50b06b8e Remove call to ipcperm() in shmget_existing(). The flags argument is
ignored on other systems I investigated when accessing an existing
memory segment rather than creating a new one.  This call to ipcperm()
is the only one to pass in a complete mode flag to the permission
checks rather than a simple access request mask, and caused problems
for the revised ipcperm() based on the priv(9) interface, which can
now be restored.

PR:	106078
2007-02-19 22:56:10 +00:00
..
2006-12-29 16:38:22 +00:00
2007-02-12 23:24:31 +00:00
2006-12-14 17:33:46 +00:00
2006-11-28 19:33:28 +00:00