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/include/t_paths.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/include/t_paths.c')
-rw-r--r-- | contrib/netbsd-tests/include/t_paths.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/netbsd-tests/include/t_paths.c b/contrib/netbsd-tests/include/t_paths.c index 925bb3a..653a70b 100644 --- a/contrib/netbsd-tests/include/t_paths.c +++ b/contrib/netbsd-tests/include/t_paths.c @@ -1,4 +1,4 @@ -/* $NetBSD: t_paths.c,v 1.13 2014/02/09 21:26:07 jmmv Exp $ */ +/* $NetBSD: t_paths.c,v 1.14 2014/11/04 00:20:19 justin Exp $ */ /*- * Copyright (c) 2011 The NetBSD Foundation, Inc. @@ -29,7 +29,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include <sys/cdefs.h> -__RCSID("$NetBSD: t_paths.c,v 1.13 2014/02/09 21:26:07 jmmv Exp $"); +__RCSID("$NetBSD: t_paths.c,v 1.14 2014/11/04 00:20:19 justin Exp $"); #include <sys/param.h> #include <sys/stat.h> @@ -42,7 +42,6 @@ __RCSID("$NetBSD: t_paths.c,v 1.13 2014/02/09 21:26:07 jmmv Exp $"); #include <unistd.h> #include <atf-c.h> -#include <atf-c/config.h> #define PATH_DEV __BIT(0) /* A device node */ #define PATH_DIR __BIT(1) /* A directory */ |