Fix -Wmissing-variable-declarations compiler warning.

This commit is contained in:
Roman Divacky 2013-07-10 18:07:01 +00:00
parent eead2d551c
commit 736aebfc43
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253162

View file

@ -51,7 +51,7 @@ struct deletelist {
struct deletelist *last;
};
union {
static union {
uint8_t buf[sizeof(struct chrp_header)];
struct chrp_header header;
} conv;