artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c9a455
)
Remove unnecessary <sys/selinfo.h> includes.
author
mvs
<mvs@openbsd.org>
Mon, 11 Sep 2023 12:10:47 +0000
(12:10 +0000)
committer
mvs
<mvs@openbsd.org>
Mon, 11 Sep 2023 12:10:47 +0000
(12:10 +0000)
ok jsg
sys/dev/ic/aac.c
patch
|
blob
|
history
diff --git
a/sys/dev/ic/aac.c
b/sys/dev/ic/aac.c
index
8847252
..
fbbac2b
100644
(file)
--- a/
sys/dev/ic/aac.c
+++ b/
sys/dev/ic/aac.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: aac.c,v 1.9
5 2023/07/13 07:31:12 jsg
Exp $ */
+/* $OpenBSD: aac.c,v 1.9
6 2023/09/11 12:10:47 mvs
Exp $ */
/*-
* Copyright (c) 2000 Michael Smith
@@
-53,7
+53,6
@@
#include <sys/kthread.h>
#include <sys/malloc.h>
#include <sys/rwlock.h>
-#include <sys/selinfo.h>
#include <sys/time.h>
#include <machine/bus.h>