diff options
Diffstat (limited to 'slirp/bootp.c')
-rw-r--r-- | slirp/bootp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slirp/bootp.c b/slirp/bootp.c index 4e0082d2ca..a2fd734cd4 100644 --- a/slirp/bootp.c +++ b/slirp/bootp.c @@ -38,7 +38,7 @@ typedef struct { static BOOTPClient bootp_clients[NB_ADDR]; -const char *bootp_filename; +char *bootp_filename; static const uint8_t rfc1533_cookie[] = { RFC1533_COOKIE }; |