Deleted Added
full compact
1,4c1
< /*
< * Automated Testing Framework (atf)
< *
< * Copyright (c) 2008 The NetBSD Foundation, Inc.
---
> /* Copyright (c) 2008 The NetBSD Foundation, Inc.
27,28c24
< * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
< */
---
> * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
29a26,27
> #include "atf-c/detail/dynstr.h"
>
36a35,36
> #include "atf-c/detail/sanity.h"
> #include "atf-c/detail/text.h"
39,42d38
< #include "dynstr.h"
< #include "sanity.h"
< #include "text.h"
<