Clean up global variable declarations in the dump and restore

utilities so that they will compile with -fno-common.

Started by:  Kyle Evans (kevans)
Reviewed by: Kyle Evans (kevans)
MFC after:   1 week
Differential Revision: https://reviews.freebsd.org/D24210
This commit is contained in:
Kirk McKusick
2020-04-04 00:56:56 +00:00
parent 2efe3be95e
commit 33ceb489d3
9 changed files with 96 additions and 70 deletions
+1 -1
View File
@@ -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) */