diff options
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libc/sys/t_kevent.c | 3 | ||||
| -rw-r--r-- | src/usr.sbin/ocspcheck/http.c | 3 |
2 files changed, 2 insertions, 4 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> |
diff --git a/src/usr.sbin/ocspcheck/http.c b/src/usr.sbin/ocspcheck/http.c index 82a504ad1a..46b01f1ec4 100644 --- a/src/usr.sbin/ocspcheck/http.c +++ b/src/usr.sbin/ocspcheck/http.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $Id: http.c,v 1.16 2022/12/15 08:07:03 florian Exp $ */ | 1 | /* $Id: http.c,v 1.17 2023/04/19 12:58:16 jsg Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv> | 3 | * Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv> |
| 4 | * | 4 | * |
| @@ -33,7 +33,6 @@ | |||
| 33 | #include <unistd.h> | 33 | #include <unistd.h> |
| 34 | 34 | ||
| 35 | #include "http.h" | 35 | #include "http.h" |
| 36 | #include <tls.h> | ||
| 37 | 36 | ||
| 38 | /* | 37 | /* |
| 39 | * A buffer for transferring HTTP/S data. | 38 | * A buffer for transferring HTTP/S data. |
