diff options
-rw-r--r-- | sys/dev/random/randomdev.c | 2 | ||||
-rw-r--r-- | sys/dev/random/yarrow.c | 2 | ||||
-rw-r--r-- | sys/dev/randomdev/randomdev.c | 2 | ||||
-rw-r--r-- | sys/dev/randomdev/yarrow.c | 2 |
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); |