K 10 svn:author V 7 rwatson K 8 svn:date V 27 2006-12-16T11:30:54.000000Z K 7 svn:log V 458 For now, back out sysv_ipc.c:1.30, which caused shmget() with odd mode arguments to fail. The mode field for shmget() appears to have undefined meaning in the context of an already-present IPC object, but applications appear to assume any arbitrary passed value will be ignored. I had hoped to revisit this more quickly, but am removing the change for now to prevent toe-stubbing. Reported by: JAroslav Suchanek PR: kern/106078 END