Should be OK to remove it now. Den 2018-04-21 kl. 12:05, skrev Maxime Villard:
A bizarre ifndef I noticed some time ago in IPv4: [sys/netinet/ip_output.c] 1580 #ifndef __vax__ 1581 if (cnt % sizeof(int32_t)) 1582 return EINVAL; 1583 #endifI don't understand why vax shouldn't have this check. The code dates back torev1, 25 years ago. I think we can keep the check but remove the ifndef.