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
@ -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 New Issue
Block a user