From 6fc9f7333a34498df23c2596d437353e8f099211 Mon Sep 17 00:00:00 2001 From: ngie Date: Mon, 16 Jan 2017 18:52:05 +0000 Subject: [PATCH] Remove explicit pthread_np.h #include, per change in libnetbsd@r312303 --- contrib/netbsd-tests/lib/libpthread/t_join.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/contrib/netbsd-tests/lib/libpthread/t_join.c b/contrib/netbsd-tests/lib/libpthread/t_join.c index 71b6775c30ca..1c5791055a26 100644 --- a/contrib/netbsd-tests/lib/libpthread/t_join.c +++ b/contrib/netbsd-tests/lib/libpthread/t_join.c @@ -37,10 +37,6 @@ __RCSID("$NetBSD: t_join.c,v 1.8 2012/03/12 20:17:16 joerg Exp $"); #include -#ifdef __FreeBSD__ -#include -#endif - #include "h_common.h" #ifdef CHECK_STACK_ALIGNMENT