svn commit: r365452 - stable/12/cddl/lib/libdtrace

Mark Johnston markj at FreeBSD.org
Tue Sep 8 12:37:19 UTC 2020


Author: markj
Date: Tue Sep  8 12:37:18 2020
New Revision: 365452
URL: https://svnweb.freebsd.org/changeset/base/365452

Log:
  MFC r365047:
  Correct the D definition for EINTEGRITY.

Modified:
  stable/12/cddl/lib/libdtrace/errno.d
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/cddl/lib/libdtrace/errno.d
==============================================================================
--- stable/12/cddl/lib/libdtrace/errno.d	Tue Sep  8 11:46:33 2020	(r365451)
+++ stable/12/cddl/lib/libdtrace/errno.d	Tue Sep  8 12:37:18 2020	(r365452)
@@ -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


More information about the svn-src-all mailing list