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 /atf-c/utils.h | |
| parent | 9b3afb9f3c00ca9da97167e29f437bdd3036da1a (diff) | |
Diffstat (limited to 'atf-c/utils.h')
| -rw-r--r-- | atf-c/utils.h | 10 | 
1 files changed, 3 insertions, 7 deletions
| diff --git a/atf-c/utils.h b/atf-c/utils.h index 666804d3a2c1..e4162b215fe5 100644 --- a/atf-c/utils.h +++ b/atf-c/utils.h @@ -1,7 +1,4 @@ -/* - * Automated Testing Framework (atf) - * - * Copyright (c) 2010 The NetBSD Foundation, Inc. +/* Copyright (c) 2010 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.  */  #if !defined(ATF_C_UTILS_H)  #define ATF_C_UTILS_H @@ -51,4 +47,4 @@ char *atf_utils_readline(int);  void atf_utils_redirect(const int, const char *);  void atf_utils_wait(const pid_t, const int, const char *, const char *); -#endif /* ATF_C_UTILS_H */ +#endif /* !defined(ATF_C_UTILS_H) */ | 
