summaryrefslogtreecommitdiff
path: root/kernel/kqueue/write/t_pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/kqueue/write/t_pipe.c')
-rw-r--r--kernel/kqueue/write/t_pipe.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/kqueue/write/t_pipe.c b/kernel/kqueue/write/t_pipe.c
index 459a1f7ad0b2..5b2ca8c22f5e 100644
--- a/kernel/kqueue/write/t_pipe.c
+++ b/kernel/kqueue/write/t_pipe.c
@@ -1,4 +1,4 @@
-/* $NetBSD: t_pipe.c,v 1.1 2009/02/20 21:39:57 jmmv Exp $ */
+/* $NetBSD: t_pipe.c,v 1.2 2017/01/13 21:30:41 christos Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
#include <sys/cdefs.h>
__COPYRIGHT("@(#) Copyright (c) 2008\
The NetBSD Foundation, inc. All rights reserved.");
-__RCSID("$NetBSD: t_pipe.c,v 1.1 2009/02/20 21:39:57 jmmv Exp $");
+__RCSID("$NetBSD: t_pipe.c,v 1.2 2017/01/13 21:30:41 christos Exp $");
#include <sys/event.h>
#include <sys/wait.h>
@@ -44,7 +44,7 @@ __RCSID("$NetBSD: t_pipe.c,v 1.1 2009/02/20 21:39:57 jmmv Exp $");
#include <atf-c.h>
-#include "../../../h_macros.h"
+#include "h_macros.h"
ATF_TC(pipe1);
ATF_TC_HEAD(pipe1, tc)