On Tue, Oct 21, 2008 at 03:01:54AM -0700, David Reiss wrote:
> So, I think I'd rather see this fixed in the OpenBSD packaging, unless
> someone can make a case to me that this is not a ridiculous bug.
you'll have better luck changing the direction the earth rotates than
you will convincing OpenBSD that anything they do is wrong.
their man pages document the header requirement.
IP(4) OpenBSD Programmer's Manual IP(4)
NAME
ip - Internet Protocol
SYNOPSIS
#include <sys/socket.h>
#include <netinet/in.h>
int
socket(AF_INET, SOCK_RAW, proto);
-- bill