mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
Make some variables static
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5376 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
f82a3d488a
commit
7ca699c8c0
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ typedef struct {
|
|||
uint8_t macaddr[6];
|
||||
} BOOTPClient;
|
||||
|
||||
BOOTPClient bootp_clients[NB_ADDR];
|
||||
static BOOTPClient bootp_clients[NB_ADDR];
|
||||
|
||||
const char *bootp_filename;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue