K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-05-05T18:25:14.000000Z K 7 svn:log V 753 Merge msg.h:1.17, sem.h:1.28, shm.h:1.20 from HEAD to RELENG_5: First of several commits to allow kernel System V IPC data structures to be modified and extended without breaking the user space ABI: Define _kernel wrapper data structures for the user-exposed data structures that current server as the internal data structures for the implementation: - struct msqid_kernel wraps struct msqid_ds. - struct semid_kernel wraps truct semid_ds. - struct shmid_kernel wraps struct shmid_ds. - Don't expose extern definition 'shmsegs' outside of sysv_shm.c. Submitted by: Dandekar Hrishikesh Obtained from: TrustedBSD Project Sponsored by: DARPA, SPAWAR, McAfee Research Requested by: ps END