mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
Move bootp_filename to avoid a sparse warning
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7174 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
c6d2587121
commit
aa80613232
2 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,7 @@ int slirp_add_exec(int do_pty, const void *args, int addr_low_byte,
|
|||
|
||||
extern const char *tftp_prefix;
|
||||
extern char slirp_hostname[33];
|
||||
extern const char *bootp_filename;
|
||||
|
||||
void slirp_stats(void);
|
||||
void slirp_socket_recv(int addr_low_byte, int guest_port, const uint8_t *buf,
|
||||
|
|
1
sysemu.h
1
sysemu.h
|
@ -103,7 +103,6 @@ extern int graphic_rotate;
|
|||
extern int no_quit;
|
||||
extern int semihosting_enabled;
|
||||
extern int old_param;
|
||||
extern const char *bootp_filename;
|
||||
|
||||
#ifdef USE_KQEMU
|
||||
extern int kqemu_allowed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue