cvs commit: src/include mqueue.h

2007-01-06 Thread David Xu
davidxu 2007-01-06 11:30:04 UTC FreeBSD src repository Modified files: include mqueue.h Log: Add function __mq_oshandle() to get file handle of a mqueue. Revision ChangesPath 1.3 +2 -0 src/include/mqueue.h __

cvs commit: src/include mqueue.h

2005-11-29 Thread David Xu
davidxu 2005-11-30 07:26:36 UTC FreeBSD src repository Modified files: include mqueue.h Log: Fix compiling for c++, include cdefs.h. Revision ChangesPath 1.2 +3 -0 src/include/mqueue.h ___ cvs-all@fre

Re: cvs commit: src/include mqueue.h

2005-11-26 Thread Craig Rodrigues
On Sun, Nov 27, 2005 at 07:55:20AM +0800, David Xu wrote: > >Is this header the same or different > >from the header in /usr/src/sys/posix4 ? > > > It is different, I don't know why it is existing there. The stuff in the posix4 directory was an attempt to fully implement the POSIX realtime extens

Re: cvs commit: src/include mqueue.h

2005-11-26 Thread David Xu
Craig Rodrigues wrote: On Sat, Nov 26, 2005 at 12:55:36PM +, David Xu wrote: davidxu 2005-11-26 12:55:36 UTC FreeBSD src repository Added files: include mqueue.h Log: Bring in POSIX message queue header file. Is this header the same or different from th

Re: cvs commit: src/include mqueue.h

2005-11-26 Thread Craig Rodrigues
On Sat, Nov 26, 2005 at 12:55:36PM +, David Xu wrote: > davidxu 2005-11-26 12:55:36 UTC > > FreeBSD src repository > > Added files: > include mqueue.h > Log: > Bring in POSIX message queue header file. Is this header the same or different from the header in /usr

cvs commit: src/include mqueue.h

2005-11-26 Thread David Xu
davidxu 2005-11-26 12:55:36 UTC FreeBSD src repository Added files: include mqueue.h Log: Bring in POSIX message queue header file. Revision ChangesPath 1.1 +51 -0 src/include/mqueue.h (new) ___ cvs-al