Module Name:    src
Committed By:   pooka
Date:           Wed Jan  8 11:06:33 UTC 2014

Modified Files:
        src/sys/rump/net/lib/libshmif: rumpcomp_user.c

Log Message:
OpenBSD has kqueue


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/rump/net/lib/libshmif/rumpcomp_user.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/net/lib/libshmif/rumpcomp_user.c
diff -u src/sys/rump/net/lib/libshmif/rumpcomp_user.c:1.13 src/sys/rump/net/lib/libshmif/rumpcomp_user.c:1.14
--- src/sys/rump/net/lib/libshmif/rumpcomp_user.c:1.13	Thu Jul  4 17:46:14 2013
+++ src/sys/rump/net/lib/libshmif/rumpcomp_user.c	Wed Jan  8 11:06:33 2014
@@ -1,4 +1,4 @@
-/*      $NetBSD: rumpcomp_user.c,v 1.13 2013/07/04 17:46:14 pooka Exp $	*/
+/*      $NetBSD: rumpcomp_user.c,v 1.14 2014/01/08 11:06:33 pooka Exp $	*/
 
 /*-
  * Copyright (c) 2009, 2010 Antti Kantee.  All Rights Reserved.
@@ -42,7 +42,8 @@
  * good chance of doing the fd->path mapping on Linux thanks to dcache,
  * so just keep the existing interfaces for now.
  */
-#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__)
+#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) \
+    || defined(__OpenBSD__)
 #include <sys/event.h>
 
 #include <stdlib.h>

Reply via email to