Summary: | Including <arpa/inet.h> and <netinet/if_ether.h> causes unknown type name 'u_char' | ||
---|---|---|---|
Product: | Base System | Reporter: | Yuri Victorovich <yuri> |
Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> |
Status: | New --- | ||
Severity: | Affects Only Me | CC: | wjw |
Priority: | --- | ||
Version: | 13.1-STABLE | ||
Hardware: | Any | ||
OS: | Any |
Description
Yuri Victorovich
2022-06-12 06:55:22 UTC
(In reply to Yuri Victorovich from comment #0) # man inet tels you that it requires: #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> So perhaps that fixes your problem. (In reply to Willem Jan Withagen from comment #1) Jan, These headers though don't define the ETHER_MAP_IP_MULTICAST macro. Perhaps the headers from multicast(4) should have helped but they also fail for some other reason, see bug#264635 Yuri |