diff options
| author | Kirk McKusick <mckusick@FreeBSD.org> | 2020-04-04 00:56:56 +0000 |
|---|---|---|
| committer | Kirk McKusick <mckusick@FreeBSD.org> | 2020-04-04 00:56:56 +0000 |
| commit | 33ceb489d33e71b81adbd12bded321ad4486e42a (patch) | |
| tree | 37ed02fb50e871dce37fa5cf90bf5d37971161d6 /include/protocols | |
| parent | 2efe3be95ede0aa2e7eb4afecc40977af00d4b52 (diff) | |
Notes
Diffstat (limited to 'include/protocols')
| -rw-r--r-- | include/protocols/dumprestore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/protocols/dumprestore.h b/include/protocols/dumprestore.h index 65df37af6996..6d22763e96de 100644 --- a/include/protocols/dumprestore.h +++ b/include/protocols/dumprestore.h @@ -76,7 +76,7 @@ */ typedef uint32_t dump_ino_t; -union u_spcl { +extern union u_spcl { char dummy[TP_BSIZE]; struct s_spcl { int32_t c_type; /* record type (see below) */ |
