Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Aug 1997 01:59:58 -0700 (PDT)
From:      Joerg Wunsch <joerg@FreeBSD.ORG>
To:        thlin@npac.syr.edu, joerg@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG
Subject:   Re: misc/3308
Message-ID:  <199708240859.BAA12050@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: Missing "#include <sys/types.h" in /usr/include/netinet/in.h and /usr/include/syssocketvar.h /

State-Changed-From-To: open-closed
State-Changed-By: joerg
State-Changed-When: Sun Aug 24 10:58:50 MEST 1997
State-Changed-Why: 

Kernel header files (<sys/*>, <net/*>, <vm/*>, etc.) are not supposed
to be completely self-contained.  You are expected to include either
<sys/types.h>, or <sys/param.h> (but not both) before yourself.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708240859.BAA12050>