diff options
author | Hans Rosenfeld <hans.rosenfeld@joyent.com> | 2017-07-17 16:31:11 +0200 |
---|---|---|
committer | Hans Rosenfeld <hans.rosenfeld@joyent.com> | 2017-07-20 14:54:42 +0200 |
commit | 7056348217f9eb7f77f7b9c80493139e3b67b341 (patch) | |
tree | 3347fcedb52075fc6e9b2bdde6c5ee5bbacfaee0 | |
parent | 2cc9c5986039d6f3f44698ab21f5fcd2edc6202e (diff) | |
download | illumos-joyent-7056348217f9eb7f77f7b9c80493139e3b67b341.tar.gz |
OS-6235 rename modctl_t`__unused to modctl_t`mod__unused
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Approved by: Patrick Mooney <patrick.mooney@joyent.com>
-rw-r--r-- | usr/src/uts/common/sys/modctl.h | 2 |
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..2607e35530 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 */ |