summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/modctl.h
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2017-08-08 09:57:30 +0300
committerDan McDonald <danmcd@joyent.com>2017-08-30 20:09:33 -0400
commitc81a25e9d3950dc5fab08d21f8be56d463b32c7a (patch)
treef2e2bd01d99cc7c73af758806f0600997da84408 /usr/src/uts/common/sys/modctl.h
parentf9feecc12f00b97b49d542398fb3b5a452da0bbc (diff)
downloadillumos-joyent-c81a25e9d3950dc5fab08d21f8be56d463b32c7a.tar.gz
8572 ccompile.h: rename __GNU_UNUSED to __unused
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/uts/common/sys/modctl.h')
-rw-r--r--usr/src/uts/common/sys/modctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/modctl.h b/usr/src/uts/common/sys/modctl.h
index 391768d5a5..fe7f812358 100644
--- a/usr/src/uts/common/sys/modctl.h
+++ b/usr/src/uts/common/sys/modctl.h
@@ -513,7 +513,7 @@ typedef struct modctl {
char mod_delay_unload; /* deferred unload */
struct modctl_list *mod_requisites; /* mods this one depends on. */
- void *__unused; /* NOTE: reuse (same size) is OK, */
+ void *mod_unused; /* NOTE: reuse (same size) is OK, */
/* deletion causes mdb.vs.core issues */
int mod_loadcnt; /* number of times mod was loaded */
int mod_nenabled; /* # of enabled DTrace probes in mod */