diff options
| author | Julio Merino <jmmv@FreeBSD.org> | 2014-10-30 17:14:07 +0000 |
|---|---|---|
| committer | Julio Merino <jmmv@FreeBSD.org> | 2014-10-30 17:14:07 +0000 |
| commit | 94d25974a7773307f930a633881744ad9d6d2777 (patch) | |
| tree | ad1d74d2ba71e1c54c3276bb7c67e257831ec21f /test-programs/c_helpers.c | |
| parent | 9b3afb9f3c00ca9da97167e29f437bdd3036da1a (diff) | |
Diffstat (limited to 'test-programs/c_helpers.c')
| -rw-r--r-- | test-programs/c_helpers.c | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/test-programs/c_helpers.c b/test-programs/c_helpers.c index ac9bcc33629e..1b7aa4ef0bac 100644 --- a/test-programs/c_helpers.c +++ b/test-programs/c_helpers.c @@ -1,7 +1,4 @@ -/* - * Automated Testing Framework (atf) - * - * Copyright (c) 2007 The NetBSD Foundation, Inc. +/* Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -24,8 +21,7 @@ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER * IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ + * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include <sys/types.h> #include <sys/wait.h> @@ -39,12 +35,11 @@ #include <atf-c.h> -#include "atf-c/error.h" - #include "atf-c/detail/env.h" #include "atf-c/detail/fs.h" #include "atf-c/detail/test_helpers.h" #include "atf-c/detail/text.h" +#include "atf-c/error.h" /* --------------------------------------------------------------------- * Auxiliary functions. |
