Diff reduce with upstream and prep for next set of content pushes

This commit is contained in:
Enji Cooper 2017-01-16 18:44:40 +00:00
parent 4acf8d706e
commit ea498175b9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/netbsd-tests-upstream-01-2017/; revision=312302
4 changed files with 3 additions and 17 deletions

View file

@ -39,10 +39,6 @@ __RCSID("$NetBSD: t_detach.c,v 1.2 2017/01/16 16:29:54 christos Exp $");
#include "h_common.h"
#ifdef __FreeBSD__
#include <time.h>
#endif
static void *func(void *);
static void *

View file

@ -60,11 +60,6 @@ __RCSID("$NetBSD: t_fpu.c,v 1.3 2017/01/16 16:27:43 christos Exp $");
#include <atf-c.h>
#ifdef __FreeBSD__
#include <errno.h>
#include <string.h>
#endif
#include "h_common.h"
#define N_RECURSE 10

View file

@ -31,6 +31,9 @@ __COPYRIGHT("@(#) Copyright (c) 2008\
The NetBSD Foundation, inc. All rights reserved.");
__RCSID("$NetBSD: t_once.c,v 1.1 2010/07/16 15:42:53 jmmv Exp $");
#ifdef __FreeBSD__
#include <sys/time.h> /* For itimer*, etc. */
#endif
#include <pthread.h>
#include <signal.h>
#include <stdio.h>
@ -46,10 +49,6 @@ static int x;
#define NTHREADS 25
#ifdef __FreeBSD__
#include <sys/time.h>
#endif
static void
ofunc(void)
{

View file

@ -112,10 +112,6 @@ __RCSID("$NetBSD: t_sem.c,v 1.9 2017/01/16 16:22:22 christos Exp $");
static sem_t sem;
#ifdef __FreeBSD__
#include <sys/time.h>
#endif
ATF_TC(named);
ATF_TC_HEAD(named, tc)
{