mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct the D definition for EINTEGRITY.
MFC after: 1 week Sponsored by: NetApp, Inc. Sponsored by: Klara, Inc.
This commit is contained in:
parent
645c2851e2
commit
8d4b1e3b76
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ inline int ENOTRECOVERABLE = 95;
|
|||
#pragma D binding "1.13" ENOTRECOVERABLE
|
||||
inline int EOWNERDEAD = 96;
|
||||
#pragma D binding "1.13" EOWNERDEAD
|
||||
inline int EINTEGRITY = 96;
|
||||
inline int EINTEGRITY = 97;
|
||||
#pragma D binding "1.13" EINTEGRITY
|
||||
inline int ELAST = 97;
|
||||
#pragma D binding "1.0" ELAST
|
||||
|
|
|
|||
Loading…
Reference in a new issue