Deleted Added
full compact
1,4c1
< /*
< * Automated Testing Framework (atf)
< *
< * Copyright (c) 2007 The NetBSD Foundation, Inc.
---
> /* Copyright (c) 2007 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/fs.h"
>
31c29
< #include "bconfig.h"
---
> #include "config.h"
49a48,50
> #include "atf-c/detail/sanity.h"
> #include "atf-c/detail/text.h"
> #include "atf-c/detail/user.h"
52,56d52
< #include "fs.h"
< #include "sanity.h"
< #include "text.h"
< #include "user.h"
<