diff options
-rw-r--r-- | usr.sbin/nvram/nvram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/nvram/nvram.c b/usr.sbin/nvram/nvram.c index a286ee3..52c1e80 100644 --- a/usr.sbin/nvram/nvram.c +++ b/usr.sbin/nvram/nvram.c @@ -51,7 +51,7 @@ struct deletelist { struct deletelist *last; }; -union { +static union { uint8_t buf[sizeof(struct chrp_header)]; struct chrp_header header; } conv; |