[Midnightbsd-cvs] src [10977] trunk/include/mqueue.h: update includes

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jun 15 16:30:13 EDT 2018


Revision: 10977
          http://svnweb.midnightbsd.org/src/?rev=10977
Author:   laffer1
Date:     2018-06-15 16:30:12 -0400 (Fri, 15 Jun 2018)
Log Message:
-----------
update includes

Modified Paths:
--------------
    trunk/include/mqueue.h

Modified: trunk/include/mqueue.h
===================================================================
--- trunk/include/mqueue.h	2018-06-15 20:29:52 UTC (rev 10976)
+++ trunk/include/mqueue.h	2018-06-15 20:30:12 UTC (rev 10977)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2005 David Xu <davidxu at freebsd.org>
  * All rights reserved.
@@ -23,7 +24,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $FreeBSD: src/include/mqueue.h,v 1.3 2007/01/06 11:30:04 davidxu Exp $
+ * $FreeBSD: stable/10/include/mqueue.h 240297 2012-09-10 05:12:45Z davidxu $
  */
 
 #ifndef _MQUEUE_H_
@@ -32,8 +33,8 @@
 #include <sys/cdefs.h>
 #include <sys/types.h>
 #include <sys/mqueue.h>
+#include <sys/signal.h>
 
-struct sigevent;
 struct timespec;
 
 __BEGIN_DECLS



More information about the Midnightbsd-cvs mailing list