artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67af9f2
)
This does not need <sys/param.h>. <sys/types.h> is enough.
author
deraadt
<deraadt@openbsd.org>
Wed, 14 Jan 2015 21:15:36 +0000
(21:15 +0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 14 Jan 2015 21:15:36 +0000
(21:15 +0000)
discussed with ratchov and sthen
sys/sys/radioio.h
patch
|
blob
|
history
diff --git
a/sys/sys/radioio.h
b/sys/sys/radioio.h
index
defe1f1
..
343d730
100644
(file)
--- a/
sys/sys/radioio.h
+++ b/
sys/sys/radioio.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: radioio.h,v 1.
4 2006/02/05 23:52:57 jakemsr
Exp $ */
+/* $OpenBSD: radioio.h,v 1.
5 2015/01/14 21:15:36 deraadt
Exp $ */
/* $RuOBSD: radioio.h,v 1.4 2001/10/18 16:51:36 pva Exp $ */
/*
@@
-30,7
+30,7
@@
#ifndef _SYS_RADIOIO_H_
#define _SYS_RADIOIO_H_
-#include <sys/
param
.h>
+#include <sys/
types
.h>
#define MIN_FM_FREQ 87500
#define MAX_FM_FREQ 108000