mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
style(9) fixes from BDE.
We shouldn't use '#include ""', rather '#include<>'.
This commit is contained in:
parent
608677bb6e
commit
d4262fb0dd
4 changed files with 4 additions and 4 deletions
|
|
@ -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…
Reference in a new issue