From owner-freebsd-current@FreeBSD.ORG Mon Oct 27 13:05:53 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FE9016A4B3 for ; Mon, 27 Oct 2003 13:05:53 -0800 (PST) Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id E4F9543F93 for ; Mon, 27 Oct 2003 13:05:51 -0800 (PST) (envelope-from mdcki@gmx.net) Received: (qmail 26248 invoked by uid 65534); 27 Oct 2003 21:05:49 -0000 Received: from cvpn012.gwdg.de (EHLO gmx.net) (134.76.22.12) by mail.gmx.net (mp001) with SMTP; 27 Oct 2003 22:05:49 +0100 X-Authenticated: #17236065 Message-ID: <3F9D88AC.9070306@gmx.net> Date: Mon, 27 Oct 2003 22:05:48 +0100 From: Marcin Dalecki User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031025 X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: u_int32_t X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2003 21:05:53 -0000 With a just recent current I'm getting the following error message. I wasn't there just few days ago. I suppose u_int32_t should be substituted with the stdint.h POSIX types uint32_t. tcc -Ysystem -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MOTIF -DFEAT_SUN_WORKSHOP -DFUNCPROTO=15 -DNARROWPROTO -I/usr/X11R6/include -I/usr/local/include -O3 -I/usr/X11R6/include -o objects/workshop.o workshop.c "/usr/include/netinet6/in6.h", line 535: Error: [ISO 6.5.2]: The type 'u_int32_t' hasn't been declared. *** Error code 1 Stop in /usr/local/src/redhat/BUILD/vim62/src. Bad exit status from /var/tmp/rpm-tmp.7037 (%build) kozaczek# If you wonder which compiler the above is. Well It's good old tendra actually ported to FreeBSD-current.