diff options
Diffstat (limited to 'usr/src/uts/common/sys/ctf_api.h')
-rw-r--r-- | usr/src/uts/common/sys/ctf_api.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/ctf_api.h b/usr/src/uts/common/sys/ctf_api.h index 073cc4f0d6..39a2e22179 100644 --- a/usr/src/uts/common/sys/ctf_api.h +++ b/usr/src/uts/common/sys/ctf_api.h @@ -24,7 +24,7 @@ * Use is subject to license terms. */ /* - * Copyright 2018 Joyent, Inc. + * Copyright 2019 Joyent, Inc. */ /* @@ -116,7 +116,7 @@ enum { ECTF_ZLIB, /* zlib library failure */ ECTF_CONVBKERR, /* CTF conversion backend error */ ECTF_CONVNOCSRC, /* No C source to convert from */ - ECTF_NOCONVBKEND /* No applicable conversion backend */ + ECTF_CONVNODEBUG /* No debug info to convert into CTF */ }; /* |