style(9) fixes from BDE.
We shouldn't use '#include ""', rather '#include<>'.
This commit is contained in:
parent
7d3a1fa79b
commit
291b197f61
@ -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;
|
||||
|
@ -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);
|
||||
|
@ -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;
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user