diff options
author | Toomas Soome <tsoome@me.com> | 2020-05-13 14:56:49 +0300 |
---|---|---|
committer | Toomas Soome <tsoome@me.com> | 2021-01-26 21:33:54 +0200 |
commit | a98e9e2e16f7c0305e8538246f8f8464517b3884 (patch) | |
tree | dd23d25fa6a39951b8c3ae312fe6a95660a765a4 /usr/src/uts/common/io | |
parent | a35d0bb9919a1ab99b0305e759552bef6a8bd053 (diff) | |
download | illumos-joyent-a98e9e2e16f7c0305e8538246f8f8464517b3884.tar.gz |
13432 idm: symbol 'idm' is multiply-defined
Reviewed by: Igor Kozhukhov <igor@dilos.org>
Reviewed by: Andrew Stormont <andyjstormont@gmail.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/uts/common/io')
-rw-r--r-- | usr/src/uts/common/io/idm/idm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/common/io/idm/idm.c b/usr/src/uts/common/io/idm/idm.c index 1361b8dfb9..ade553dabd 100644 --- a/usr/src/uts/common/io/idm/idm.c +++ b/usr/src/uts/common/io/idm/idm.c @@ -107,6 +107,8 @@ idm_transport_t idm_transport_list[] = { }; +idm_global_t idm; /* Global state */ + int _init(void) { |