summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-11-21 20:11:48 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-11-21 20:11:48 +0000
commit3600ae05261a7ebf4d1e95d280ce14fbfad21448 (patch)
treebbac7f0be6b3d3f2d8409366f4b0f18a6cdd671c /sys/dev
parent996a365567fa2a61b23ef71b386f5efc62cae4a9 (diff)
missing selinfo changeover
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/aac_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/aac_pci.c b/sys/dev/pci/aac_pci.c
index f720476d938..51a793886ba 100644
--- a/sys/dev/pci/aac_pci.c
+++ b/sys/dev/pci/aac_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: aac_pci.c,v 1.16 2005/11/18 05:39:10 nate Exp $ */
+/* $OpenBSD: aac_pci.c,v 1.17 2005/11/21 20:11:47 deraadt Exp $ */
/*-
* Copyright (c) 2000 Michael Smith
@@ -44,7 +44,7 @@
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/queue.h>
-#include <sys/select.h>
+#include <sys/selinfo.h>
#include <sys/rwlock.h>
#include <machine/bus.h>