diff options
author | Toomas Soome <tsoome@me.com> | 2020-05-21 14:11:14 +0300 |
---|---|---|
committer | Toomas Soome <tsoome@me.com> | 2021-03-12 08:56:06 +0200 |
commit | e0dfa398a76c38cdf3380b38117ee2d1ed3249f0 (patch) | |
tree | 2eaed53ef2ddf332d4d146c2fd9b576ecef6ba06 /usr/src/head | |
parent | 3a4671b6f0da381fd0891bf9fe1fcb82176d9897 (diff) | |
download | illumos-joyent-e0dfa398a76c38cdf3380b38117ee2d1ed3249f0.tar.gz |
13525 backup: multiply-defined symbols
Reviewed by: C Fraire <cfraire@me.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/head')
-rw-r--r-- | usr/src/head/protocols/dumprestore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/head/protocols/dumprestore.h b/usr/src/head/protocols/dumprestore.h index 29b3b309b7..aa081a3e76 100644 --- a/usr/src/head/protocols/dumprestore.h +++ b/usr/src/head/protocols/dumprestore.h @@ -117,7 +117,7 @@ union u_shadow { /* if you change anything here, be sure to change normspcl in byteorder.c */ -union u_spcl { +extern union u_spcl { char dummy[TP_BUFSIZE]; struct s_spcl { int32_t c_type; /* record type (see below) */ |