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:
blueswir1 2009-04-18 07:29:30 +00:00
parent c6d2587121
commit aa80613232
2 changed files with 1 additions and 1 deletions

View File

@ -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,

View File

@ -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;