artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc91375
)
Pull in systm.h, need printf() prototype.
author
downsj
<downsj@openbsd.org>
Sun, 20 Apr 1997 08:27:31 +0000
(08:27 +0000)
committer
downsj
<downsj@openbsd.org>
Sun, 20 Apr 1997 08:27:31 +0000
(08:27 +0000)
sys/arch/hp300/dev/rd_root.c
patch
|
blob
|
history
diff --git
a/sys/arch/hp300/dev/rd_root.c
b/sys/arch/hp300/dev/rd_root.c
index
2e12b58
..
561cd6a
100644
(file)
--- a/
sys/arch/hp300/dev/rd_root.c
+++ b/
sys/arch/hp300/dev/rd_root.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: rd_root.c,v 1.
2 1997/02/16 17:54:39
downsj Exp $ */
+/* $OpenBSD: rd_root.c,v 1.
3 1997/04/20 08:27:31
downsj Exp $ */
/* $NetBSD: rd_root.c,v 1.1 1996/05/20 01:17:31 chuck Exp $ */
/*
@@
-30,6
+30,7
@@
#include <sys/param.h>
#include <sys/reboot.h>
+#include <sys/systm.h>
#include <dev/ramdisk.h>