artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6be57ec
)
Need cpu.h included to get at setsoftnet define
author
niklas
<niklas@openbsd.org>
Fri, 6 Sep 1996 07:21:41 +0000
(07:21 +0000)
committer
niklas
<niklas@openbsd.org>
Fri, 6 Sep 1996 07:21:41 +0000
(07:21 +0000)
sys/kern/uipc_mbuf.c
patch
|
blob
|
history
diff --git
a/sys/kern/uipc_mbuf.c
b/sys/kern/uipc_mbuf.c
index
b37aa24
..
a2d083c
100644
(file)
--- a/
sys/kern/uipc_mbuf.c
+++ b/
sys/kern/uipc_mbuf.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: uipc_mbuf.c,v 1.
4 1996/09/02 18:14:15 dm Exp $
*/
+/* $OpenBSD: uipc_mbuf.c,v 1.
5 1996/09/06 07:21:41 niklas Exp $
*/
/* $NetBSD: uipc_mbuf.c,v 1.15.4.1 1996/06/13 17:11:44 cgd Exp $ */
/*
@@
-48,6
+48,8
@@
#include <sys/domain.h>
#include <sys/protosw.h>
+#include <machine/cpu.h>
+
#include <vm/vm.h>
extern vm_map_t mb_map;