Correct the D definition for EINTEGRITY.

MFC after:	1 week
Sponsored by:	NetApp, Inc.
Sponsored by:	Klara, Inc.
This commit is contained in:
Mark Johnston 2020-09-01 15:15:22 +00:00
parent 645c2851e2
commit 8d4b1e3b76

View File

@ -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