summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib')
-rw-r--r--src/regress/lib/libc/sys/t_kevent.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libc/sys/t_kevent.c b/src/regress/lib/libc/sys/t_kevent.c
index 917ab7f1dd..003d7b8a5d 100644
--- a/src/regress/lib/libc/sys/t_kevent.c
+++ b/src/regress/lib/libc/sys/t_kevent.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: t_kevent.c,v 1.2 2021/12/13 16:56:48 deraadt Exp $ */ 1/* $OpenBSD: t_kevent.c,v 1.3 2023/04/19 12:58:15 jsg Exp $ */
2/* $NetBSD: t_kevent.c,v 1.9 2020/10/31 01:08:32 christos Exp $ */ 2/* $NetBSD: t_kevent.c,v 1.9 2020/10/31 01:08:32 christos Exp $ */
3 3
4/*- 4/*-
@@ -46,7 +46,6 @@
46#ifndef __OpenBSD__ 46#ifndef __OpenBSD__
47#include <sys/drvctlio.h> 47#include <sys/drvctlio.h>
48#endif 48#endif
49#include <sys/event.h>
50#include <sys/time.h> 49#include <sys/time.h>
51#include <sys/socket.h> 50#include <sys/socket.h>
52#include <sys/wait.h> 51#include <sys/wait.h>