diff options
| author | justin <justin@NetBSD.org> | 2014-11-04 00:20:19 +0000 |
|---|---|---|
| committer | justin <justin@NetBSD.org> | 2014-11-04 00:20:19 +0000 |
| commit | 9e4ed7bcf8cdd5bb613d03e5777ab1dbdfd1a08b (patch) | |
| tree | dbe57901c40448c3d6489753c7d2f445bc7573e2 /tests/lib/libpthread | |
| parent | 3072b8d364b2d45c8dbe55da7abb28c025d446f6 (diff) | |
PR misc/49356 remove unnecessary references to atf-c/config.h
The function included via this header is not used and is removed in
later versions of atf, so let us avoid it.
Diffstat (limited to 'tests/lib/libpthread')
| -rw-r--r-- | tests/lib/libpthread/t_mutex.c | 5 | ||||
| -rw-r--r-- | tests/lib/libpthread/t_sem.c | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/tests/lib/libpthread/t_mutex.c b/tests/lib/libpthread/t_mutex.c index 1b435c2f43b..b5b07b31b4f 100644 --- a/tests/lib/libpthread/t_mutex.c +++ b/tests/lib/libpthread/t_mutex.c @@ -1,4 +1,4 @@ -/* $NetBSD: t_mutex.c,v 1.6 2014/02/09 21:26:07 jmmv Exp $ */ +/* $NetBSD: t_mutex.c,v 1.7 2014/11/04 00:20:19 justin Exp $ */ /* * Copyright (c) 2008 The NetBSD Foundation, Inc. @@ -29,7 +29,7 @@ #include <sys/cdefs.h> __COPYRIGHT("@(#) Copyright (c) 2008\ The NetBSD Foundation, inc. All rights reserved."); -__RCSID("$NetBSD: t_mutex.c,v 1.6 2014/02/09 21:26:07 jmmv Exp $"); +__RCSID("$NetBSD: t_mutex.c,v 1.7 2014/11/04 00:20:19 justin Exp $"); #include <pthread.h> #include <stdio.h> @@ -37,7 +37,6 @@ __RCSID("$NetBSD: t_mutex.c,v 1.6 2014/02/09 21:26:07 jmmv Exp $"); #include <unistd.h> #include <atf-c.h> -#include <atf-c/config.h> #include "h_common.h" diff --git a/tests/lib/libpthread/t_sem.c b/tests/lib/libpthread/t_sem.c index 467d182c5ff..a4e03ae9c60 100644 --- a/tests/lib/libpthread/t_sem.c +++ b/tests/lib/libpthread/t_sem.c @@ -1,4 +1,4 @@ -/* $NetBSD: t_sem.c,v 1.7 2012/03/09 19:46:37 joerg Exp $ */ +/* $NetBSD: t_sem.c,v 1.8 2014/11/04 00:20:19 justin Exp $ */ /* * Copyright (c) 2008, 2010 The NetBSD Foundation, Inc. @@ -86,7 +86,7 @@ #include <sys/cdefs.h> __COPYRIGHT("@(#) Copyright (c) 2008, 2010\ The NetBSD Foundation, inc. All rights reserved."); -__RCSID("$NetBSD: t_sem.c,v 1.7 2012/03/09 19:46:37 joerg Exp $"); +__RCSID("$NetBSD: t_sem.c,v 1.8 2014/11/04 00:20:19 justin Exp $"); #include <errno.h> #include <fcntl.h> @@ -99,7 +99,6 @@ __RCSID("$NetBSD: t_sem.c,v 1.7 2012/03/09 19:46:37 joerg Exp $"); #include <unistd.h> #include <atf-c.h> -#include <atf-c/config.h> #include "h_common.h" |
