#include "opt_devfs.h" to protect against variable sized structures.
Spotted by: FlexeLint
This commit is contained in:
parent
0dfac89ae3
commit
c122d758ca
@ -39,6 +39,8 @@
|
||||
#ifndef _FS_DEVFS_DEVFS_H_
|
||||
#define _FS_DEVFS_DEVFS_H_
|
||||
|
||||
#include "opt_devfs.h"
|
||||
|
||||
#define DEVFS_MAGIC 0xdb0a087a
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user