diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-21 20:11:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-21 20:11:48 +0000 |
commit | 3600ae05261a7ebf4d1e95d280ce14fbfad21448 (patch) | |
tree | bbac7f0be6b3d3f2d8409366f4b0f18a6cdd671c /sys/dev | |
parent | 996a365567fa2a61b23ef71b386f5efc62cae4a9 (diff) |
missing selinfo changeover
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/aac_pci.c | 4 |
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> |