]> git.proxmox.com Git - qemu.git/blobdiff - slirp/tcp_output.c
rng-egd: remove redundant free
[qemu.git] / slirp / tcp_output.c
index 779314bf9a1a48015ce8e7effc667d68cadc63cd..8aa3d90470b0672acc4cd26dfe475add5571635d 100644 (file)
@@ -47,6 +47,7 @@ static const u_char  tcp_outflags[TCP_NSTATES] = {
 };
 
 
+#undef MAX_TCPOPTLEN
 #define MAX_TCPOPTLEN  32      /* max # bytes that go in options */
 
 /*