mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix typo in previous d282baddb0, breaking DTrace.
This commit is contained in:
parent
43f7e21668
commit
2ac9cecac6
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ inline int DEVSTAT_TYPE_IF_IDE = 0x020;
|
|||
#pragma D binding "1.13" DEVSTAT_TYPE_IF_IDE
|
||||
inline int DEVSTAT_TYPE_IF_OTHER = 0x030;
|
||||
#pragma D binding "1.13" DEVSTAT_TYPE_IF_OTHER
|
||||
inline int DEVSTAT_TYPE_IF_NVM = 0x040;
|
||||
inline int DEVSTAT_TYPE_IF_NVME = 0x040;
|
||||
#pragma D binding "1.13" DEVSTAT_TYPE_IF_NVME
|
||||
inline int DEVSTAT_TYPE_IF_MASK = 0x0f0;
|
||||
#pragma D binding "1.13" DEVSTAT_TYPE_IF_MASK
|
||||
|
|
|
|||
Loading…
Reference in a new issue