artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac2cdcb
)
unbreak aac(4) by re-adding uvm_extern.h for ptoa()
author
jasper
<jasper@openbsd.org>
Thu, 31 Jul 2014 18:14:46 +0000
(18:14 +0000)
committer
jasper
<jasper@openbsd.org>
Thu, 31 Jul 2014 18:14:46 +0000
(18:14 +0000)
ok deraadt@ sthen@
sys/dev/ic/aac.c
patch
|
blob
|
history
diff --git
a/sys/dev/ic/aac.c
b/sys/dev/ic/aac.c
index
37dcde3
..
56b7084
100644
(file)
--- a/
sys/dev/ic/aac.c
+++ b/
sys/dev/ic/aac.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: aac.c,v 1.6
4 2014/07/12 18:48:17 tedu Exp $
*/
+/* $OpenBSD: aac.c,v 1.6
5 2014/07/31 18:14:46 jasper Exp $
*/
/*-
* Copyright (c) 2000 Michael Smith
@@
-57,6
+57,8
@@
#include <machine/bus.h>
+#include <uvm/uvm_extern.h>
+
#include <scsi/scsi_all.h>
#include <scsi/scsi_disk.h>
#include <scsi/scsiconf.h>