diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2017-01-14 06:49:17 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2017-01-14 06:49:17 +0000 |
commit | 63d1fd5970ec814904aa0f4580b10a0d302d08b2 (patch) | |
tree | 5f0c7c782c83b41c6850995c0c8a4033eb5dd0f5 /contrib/netbsd-tests/rump/modautoload/t_modautoload.c | |
parent | ed2159c92c0214d224e13d4452e576a92d29911e (diff) | |
parent | a567518138e0e2fa7177c60e241e8b8e4bb468d5 (diff) |
Notes
Diffstat (limited to 'contrib/netbsd-tests/rump/modautoload/t_modautoload.c')
-rw-r--r-- | contrib/netbsd-tests/rump/modautoload/t_modautoload.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/netbsd-tests/rump/modautoload/t_modautoload.c b/contrib/netbsd-tests/rump/modautoload/t_modautoload.c index 2c21a90b664be..b45dae540993e 100644 --- a/contrib/netbsd-tests/rump/modautoload/t_modautoload.c +++ b/contrib/netbsd-tests/rump/modautoload/t_modautoload.c @@ -1,4 +1,4 @@ -/* $NetBSD: t_modautoload.c,v 1.5 2016/09/14 03:19:11 ozaki-r Exp $ */ +/* $NetBSD: t_modautoload.c,v 1.6 2017/01/13 21:30:42 christos Exp $ */ #include <sys/types.h> #include <sys/mount.h> @@ -20,7 +20,7 @@ #include <miscfs/kernfs/kernfs.h> -#include "../../h_macros.h" +#include "h_macros.h" ATF_TC(modautoload); ATF_TC_HEAD(modautoload, tc) |