artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
949cd60
)
There is no need to include sys/uio.h here.
author
claudio
<claudio@openbsd.org>
Fri, 29 Dec 2023 16:02:29 +0000
(16:02 +0000)
committer
claudio
<claudio@openbsd.org>
Fri, 29 Dec 2023 16:02:29 +0000
(16:02 +0000)
regress/lib/libutil/imsg/ibuf_test.c
patch
|
blob
|
history
diff --git
a/regress/lib/libutil/imsg/ibuf_test.c
b/regress/lib/libutil/imsg/ibuf_test.c
index
c8c481d
..
d952b5c
100644
(file)
--- a/
regress/lib/libutil/imsg/ibuf_test.c
+++ b/
regress/lib/libutil/imsg/ibuf_test.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ibuf_test.c,v 1.
4 2023/06/19 17:22:46
claudio Exp $ */
+/* $OpenBSD: ibuf_test.c,v 1.
5 2023/12/29 16:02:29
claudio Exp $ */
/*
* Copyright (c) Tobias Stoeckmann <tobias@openbsd.org>
*
@@
-17,7
+17,6
@@
#include <sys/queue.h>
#include <sys/types.h>
-#include <sys/uio.h>
#include <imsg.h>
#include <limits.h>