From owner-freebsd-current@FreeBSD.ORG Mon Nov 8 23:23:09 2004 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 78BE816A4CE for ; Mon, 8 Nov 2004 23:23:09 +0000 (GMT) Received: from whisker.bluecoat.com (whisker.bluecoat.com [216.52.23.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 470B143D2F for ; Mon, 8 Nov 2004 23:23:09 +0000 (GMT) (envelope-from qing.li@bluecoat.com) Received: from bcs-mail.bluecoat.com (bcs-mail.bluecoat.com [216.52.23.69]) by whisker.bluecoat.com (8.13.0/8.13.0) with ESMTP id iA8NN8Yi011561 for ; Mon, 8 Nov 2004 15:23:08 -0800 (PST) X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 8 Nov 2004 15:23:08 -0800 Message-ID: <00CDF9AA240E204FA6E923BD35BC6436072A2590@bcs-mail.internal.cacheflow.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: current - build error Thread-Index: AcTF6ec+GHZS9FozR5+K8bbsG0w66A== From: "Li, Qing" To: X-Scanned-By: MIMEDefang 2.44 Subject: current - build error 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, 08 Nov 2004 23:23:09 -0000 I ran into the following error after CVSup today, is anyone else seeing this ? -- Qing lib/libutil/login_auth.c cc -O2 -pipe -DLIBC_SCCS -I/usr/src/lib/libutil -I/usr/src/lib/libutil/../libc/gen/ -DINET6 -c /usr/src/lib/libutil/login_cap.c /usr/src/lib/libutil/login_cap.c: In function `login_getcaptime': /usr/src/lib/libutil/login_cap.c:549: error: `INT64_MAX' undeclared (first use in this function) /usr/src/lib/libutil/login_cap.c:549: error: (Each undeclared identifier is reported only once /usr/src/lib/libutil/login_cap.c:549: error: for each function it appears in.) /usr/src/lib/libutil/login_cap.c: In function `login_getcapnum': /usr/src/lib/libutil/login_cap.c:642: error: `INT64_MAX' undeclared (first use in this function) /usr/src/lib/libutil/login_cap.c: In function `login_getcapsize': /usr/src/lib/libutil/login_cap.c:684: error: `INT64_MAX' undeclared (first use in this function) *** Error code 1 Stop in /usr/src/lib/libutil. *** Error code 1