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:
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user