diff options
author | ngie <ngie@FreeBSD.org> | 2014-11-04 05:02:22 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2014-11-04 05:02:22 +0000 |
commit | 0b5b6ee46beea4111d36dc2578e49745b3073e9a (patch) | |
tree | 5e93cb2e5de8e8ed0944625e707c6560b08278c8 /contrib/netbsd-tests/lib/libexecinfo/t_backtrace.c | |
parent | 33de25d4a2679fe2d407a048ec3616e1dd115613 (diff) | |
download | FreeBSD-src-0b5b6ee46beea4111d36dc2578e49745b3073e9a.zip FreeBSD-src-0b5b6ee46beea4111d36dc2578e49745b3073e9a.tar.gz |
Import proper fix for misc/49356 (/usr/include/atf-c/config.h) after atf-c/config.h
was removed from the build
Pointyhat to: me (again, for not running make delete-old after running test builds)
Diffstat (limited to 'contrib/netbsd-tests/lib/libexecinfo/t_backtrace.c')
-rw-r--r-- | contrib/netbsd-tests/lib/libexecinfo/t_backtrace.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/netbsd-tests/lib/libexecinfo/t_backtrace.c b/contrib/netbsd-tests/lib/libexecinfo/t_backtrace.c index b5b5739..00f716e 100644 --- a/contrib/netbsd-tests/lib/libexecinfo/t_backtrace.c +++ b/contrib/netbsd-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> |