From owner-cvs-all@FreeBSD.ORG Sat Oct 25 21:06:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6725416A4B3; Sat, 25 Oct 2003 21:06:40 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EB0343F75; Sat, 25 Oct 2003 21:06:39 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h9Q46OuI084642; Sun, 26 Oct 2003 00:06:24 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Kris Kennaway In-Reply-To: <20031026040132.GA2036@rot13.obsecurity.org> References: <200310251057.h9PAv8pn086818@repoman.freebsd.org> <20031026031516.U14956@gamplex.bde.org> <20031025192855.GA96324@rot13.obsecurity.org> <20031026145253.N16944@gamplex.bde.org> <20031026040132.GA2036@rot13.obsecurity.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-eipBNKgB7dmR7iUKeC7k" Organization: MarcusCom, Inc. Message-Id: <1067141195.81969.18.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sun, 26 Oct 2003 00:06:36 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: cvs-src@freebsd.org cc: cvs-all@freebsd.org cc: src-committers@freebsd.org cc: Hajimu UMEMOTO cc: Bruce Evans Subject: Re: cvs commit: src/sys/netinet icmp6.h ip6.h src/sys/netinet6 in6.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Oct 2003 04:06:40 -0000 --=-eipBNKgB7dmR7iUKeC7k Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-10-26 at 00:01, Kris Kennaway wrote: > On Sun, Oct 26, 2003 at 02:54:09PM +1100, Bruce Evans wrote: >=20 > > > > > revert following unwanted changes: > > > > > - __packed to __attribute__((__packed__) > > > > > - uintN_t back to u_intN_t > > > > > > > > > > Reported by: bde > > > > > > > > Thanks. > > > > > > I guess that probably fixes the port build failures I am seeing in N > > > different ports :-) > >=20 > > I'm surprised any ports care about this. Do they use a non-gcc compile= r > > or lint? >=20 > Well, I'm seeing lots of errors like this: >=20 > http://bento.freebsd.org/errorlogs/i386-5-latest/ucd-snmp-4.2.6_3.log >=20 > In file included from /usr/include/netinet/in.h:575, > from master.c:32: > /usr/include/netinet6/in6.h:535: error: syntax error before "u_int32_t" > /usr/include/netinet6/in6.h:651: error: syntax error before '*' token > /usr/include/netinet6/in6.h:651: warning: type defaults to `int' in decla= ration of `inet6_option_alloc' > /usr/include/netinet6/in6.h:651: warning: data definition has no type or = storage class > /usr/include/netinet6/in6.h:652: error: syntax error before "u_int8_t" > /usr/include/netinet6/in6.h:653: error: syntax error before "u_int8_t" > /usr/include/netinet6/in6.h:669: error: syntax error before "u_int8_t" > /usr/include/netinet6/in6.h:674: error: syntax error before "u_int8_t" > /usr/include/netinet6/in6.h:676: error: syntax error before "u_int8_t" > gmake: *** [master.o] Error 1 >=20 > I haven't checked whether this commit fixes them, although looking at > it now I'm not sure it does. netinet6/in6.h (and netinet/in.h) requires sys/types.h to be included before it. If you don't, you'd see these errors. Joe >=20 > Kris --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-eipBNKgB7dmR7iUKeC7k Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/m0hLb2iPiv4Uz4cRAivRAJ45zGnHsBMt0x3LMs/rCTrbuqMgvwCgnPY0 EfKU9DSF+2KhxSnyfE8Btys= =2LRm -----END PGP SIGNATURE----- --=-eipBNKgB7dmR7iUKeC7k--