K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2020-04-05T02:56:10.942814Z K 7 svn:log V 364 devel/caf: fix build on GCC architectures Some files require including sys/types.h before other headers: /usr/include/netinet/ip.h:227:2: error: 'u_short' does not name a type; did you mean 'short'? 227 | u_short ippseudo_len; /* protocol length */ | ^~~~~~~ | short PR: 245364 Approved by: leres (maintainer) MFH: 2020Q2 (build fix blanket) END