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/libexecinfo | |
| 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/libexecinfo')
| -rw-r--r-- | tests/lib/libexecinfo/t_backtrace.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/lib/libexecinfo/t_backtrace.c b/tests/lib/libexecinfo/t_backtrace.c index b5b57390122..00f716e9c97 100644 --- a/tests/lib/libexecinfo/t_backtrace.c +++ b/tests/lib/libexecinfo/t_backtrace.c @@ -1,4 +1,4 @@ -/* $NetBSD: t_backtrace.c,v 1.15 2014/05/01 03:46:11 joerg Exp $ */ +/* $NetBSD: t_backtrace.c,v 1.16 2014/11/04 00:20:19 justin Exp $ */ /*- * Copyright (c) 2012 The NetBSD Foundation, Inc. @@ -29,10 +29,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include <sys/cdefs.h> -__RCSID("$NetBSD: t_backtrace.c,v 1.15 2014/05/01 03:46:11 joerg Exp $"); +__RCSID("$NetBSD: t_backtrace.c,v 1.16 2014/11/04 00:20:19 justin Exp $"); #include <atf-c.h> -#include <atf-c/config.h> #include <string.h> #include <stdio.h> #include <stdlib.h> |
