style(9) fixes from BDE.

We shouldn't use '#include ""', rather '#include<>'.
This commit is contained in:
markm 2000-06-26 12:14:20 +00:00
parent 7d3a1fa79b
commit 291b197f61
4 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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);

View File

@ -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;

View File

@ -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);