removed warnings

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1871 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2006-04-30 21:34:15 +00:00
parent 7f881e5674
commit 3f423c9c8f
3 changed files with 3 additions and 5 deletions

View file

@ -32,7 +32,7 @@ int slirp_add_exec(int do_pty, const char *args, int addr_low_byte,
int guest_port);
extern const char *tftp_prefix;
extern const char slirp_hostname[33];
extern char slirp_hostname[33];
#ifdef __cplusplus
}