From owner-freebsd-stable Sat Apr 29 0: 6: 0 2000 Delivered-To: freebsd-stable@freebsd.org Received: from orion.ac.hmc.edu (Orion.AC.HMC.Edu [134.173.32.20]) by hub.freebsd.org (Postfix) with ESMTP id 2513037B747 for ; Sat, 29 Apr 2000 00:05:54 -0700 (PDT) (envelope-from brdavis@orion.ac.hmc.edu) Received: (from brdavis@localhost) by orion.ac.hmc.edu (8.8.8/8.8.8) id AAA04722; Sat, 29 Apr 2000 00:05:51 -0700 (PDT) Date: Sat, 29 Apr 2000 00:05:51 -0700 From: Brooks Davis To: rjk191@psu.edu Cc: freebsd-stable@FreeBSD.ORG Subject: Re: syntax errors in netinet/in.h Message-ID: <20000429000551.A4181@orion.ac.hmc.edu> References: <20000429003113.A65770@rjk191.rh.psu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <20000429003113.A65770@rjk191.rh.psu.edu>; from ray@rjk191.rh.psu.edu on Sat, Apr 29, 2000 at 12:31:13AM -0400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Apr 29, 2000 at 12:31:13AM -0400, Ray Kohler wrote: > Today I discovered that there is something missing from > netinet/in.h. Including it in anything causes errors, due to it not > knowing about u_int32_t. I would guess that something needs to be > included here, but I don't know the include tree well enough to > figure out what, not to mention, I certainly can't fix it for > everybody else. Anyone want to fix this? You need to include sys/types.h first. -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message