artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3eb1d59
)
sparc also needs <machine/param.h> for CPU_SUN*.
author
miod
<miod@openbsd.org>
Mon, 19 Jan 2015 18:01:11 +0000
(18:01 +0000)
committer
miod
<miod@openbsd.org>
Mon, 19 Jan 2015 18:01:11 +0000
(18:01 +0000)
usr.sbin/eeprom/main.c
patch
|
blob
|
history
diff --git
a/usr.sbin/eeprom/main.c
b/usr.sbin/eeprom/main.c
index
68fec1a
..
a73acb1
100644
(file)
--- a/
usr.sbin/eeprom/main.c
+++ b/
usr.sbin/eeprom/main.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: main.c,v 1.2
0 2015/01/16 06:40:16 deraadt Exp $
*/
+/* $OpenBSD: main.c,v 1.2
1 2015/01/19 18:01:11 miod Exp $
*/
/* $NetBSD: main.c,v 1.3 1996/05/16 16:00:55 thorpej Exp $ */
/*-
@@
-42,6
+42,7
@@
#include <sys/sysctl.h>
#include <machine/cpu.h>
#include <machine/eeprom.h>
+#include <machine/param.h>
#endif /* __sparc__ && !__sparc64__ */
#include <machine/openpromio.h>