From owner-freebsd-current Tue Feb 26 23:42:58 2002 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 7612037B41B for ; Tue, 26 Feb 2002 23:42:55 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id SAA11116; Wed, 27 Feb 2002 18:42:17 +1100 Date: Wed, 27 Feb 2002 18:42:45 +1100 (EST) From: Bruce Evans X-X-Sender: To: Bill Fenner Cc: Subject: Re: Broken (?) unistd.h In-Reply-To: <200202270504.g1R54JZ03166@stash.attlabs.att.com> Message-ID: <20020227183827.R47743-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 26 Feb 2002, Bill Fenner wrote: > Here's a patch for bind's port/freebsd/include/port_before.h . > > --- port_before.h.orig Tue Feb 26 20:57:35 2002 > +++ port_before.h Tue Feb 26 21:02:18 2002 > @@ -15,6 +15,7 @@ > #define SETPWENT_VOID > #endif > > +#include > #include From style(9): Kernel include files (i.e. sys/*.h) come first; normally, include OR , but not both. includes , and it is okay to depend on that. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message