summaryrefslogtreecommitdiffstats
path: root/sys/dev/random/yarrow.c
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/random/yarrow.c
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/random/yarrow.c')
-rw-r--r--sys/dev/random/yarrow.c2
1 files changed, 1 insertions, 1 deletions
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);
OpenPOWER on IntegriCloud