[Bug 292200] www/squid

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 05 Jan 2026 23:50:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292200

--- Comment #6 from Pavel Timofeev <timp87@gmail.com> ---
Icmp4.cc:217:21: error: no member named 'ip_vhl' in 'ip'; did you mean 'ip_hl'?
  217 |     iphdrlen = (ip->ip_vhl & 0xF) << 2;
      |                     ^~~~~~
      |                     ip_hl
/usr/include/netinet/ip.h:51:9: note: 'ip_hl' declared here
   51 |         u_char  ip_hl:4,                /* header length */
      |                 ^
1 error generated.

-- 
You are receiving this mail because:
You are the assignee for the bug.