summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-06-26 12:14:20 +0000
committermarkm <markm@FreeBSD.org>2000-06-26 12:14:20 +0000
commit291b197f616d490cbeb6608683543da8119e21a5 (patch)
treeddf915e43222556d24f664c513adf220a05d7ed4 /sys/dev
parent7d3a1fa79b823a481de6162e026a89d0c4d3846c (diff)
downloadFreeBSD-src-291b197f616d490cbeb6608683543da8119e21a5.zip
FreeBSD-src-291b197f616d490cbeb6608683543da8119e21a5.tar.gz
style(9) fixes from BDE.
We shouldn't use '#include ""', rather '#include<>'.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/random/randomdev.c2
-rw-r--r--sys/dev/random/yarrow.c2
-rw-r--r--sys/dev/randomdev/randomdev.c2
-rw-r--r--sys/dev/randomdev/yarrow.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/random/randomdev.c b/sys/dev/random/randomdev.c
index badd7ca..1bea030 100644
--- a/sys/dev/random/randomdev.c
+++ b/sys/dev/random/randomdev.c
@@ -44,7 +44,7 @@
#include <sys/sysctl.h>
#include <crypto/blowfish/blowfish.h>
-#include "dev/randomdev/yarrow.h"
+#include <dev/randomdev/yarrow.h>
static d_read_t randomread;
static d_write_t randomwrite;
diff --git a/sys/dev/random/yarrow.c b/sys/dev/random/yarrow.c
index 0324e4d..b54951b 100644
--- a/sys/dev/random/yarrow.c
+++ b/sys/dev/random/yarrow.c
@@ -39,7 +39,7 @@
#include <sys/types.h>
#include <crypto/blowfish/blowfish.h>
-#include "dev/randomdev/yarrow.h"
+#include <dev/randomdev/yarrow.h>
void generator_gate(void);
void reseed(void);
diff --git a/sys/dev/randomdev/randomdev.c b/sys/dev/randomdev/randomdev.c
index badd7ca..1bea030 100644
--- a/sys/dev/randomdev/randomdev.c
+++ b/sys/dev/randomdev/randomdev.c
@@ -44,7 +44,7 @@
#include <sys/sysctl.h>
#include <crypto/blowfish/blowfish.h>
-#include "dev/randomdev/yarrow.h"
+#include <dev/randomdev/yarrow.h>
static d_read_t randomread;
static d_write_t randomwrite;
diff --git a/sys/dev/randomdev/yarrow.c b/sys/dev/randomdev/yarrow.c
index 0324e4d..b54951b 100644
--- a/sys/dev/randomdev/yarrow.c
+++ b/sys/dev/randomdev/yarrow.c
@@ -39,7 +39,7 @@
#include <sys/types.h>
#include <crypto/blowfish/blowfish.h>
-#include "dev/randomdev/yarrow.h"
+#include <dev/randomdev/yarrow.h>
void generator_gate(void);
void reseed(void);
OpenPOWER on IntegriCloud