[Midnightbsd-cvs] src [9825] trunk/include/search.h: src compatibility

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Apr 29 23:37:47 EDT 2018


Revision: 9825
          http://svnweb.midnightbsd.org/src/?rev=9825
Author:   laffer1
Date:     2018-04-29 23:37:46 -0400 (Sun, 29 Apr 2018)
Log Message:
-----------
src compatibility

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

Modified: trunk/include/search.h
===================================================================
--- trunk/include/search.h	2018-04-30 03:37:14 UTC (rev 9824)
+++ trunk/include/search.h	2018-04-30 03:37:46 UTC (rev 9825)
@@ -4,6 +4,7 @@
  *
  *	$NetBSD: search.h,v 1.12 1999/02/22 10:34:28 christos Exp $
  * $FreeBSD: src/include/search.h,v 1.10 2002/10/16 14:29:23 robert Exp $
+ * $MidnightBSD$
  */
 
 #ifndef _SEARCH_H_
@@ -43,6 +44,8 @@
 	struct que_elem *next;
 	struct que_elem *prev;
 };
+#else
+typedef void posix_tnode;
 #endif
 
 __BEGIN_DECLS



More information about the Midnightbsd-cvs mailing list