From owner-cvs-src@FreeBSD.ORG Tue May 18 09:05:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDE7916A4D1; Tue, 18 May 2004 09:05:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74A0F43D55; Tue, 18 May 2004 09:04:58 -0700 (PDT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4IG4wGe052253; Tue, 18 May 2004 09:04:58 -0700 (PDT) (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4IG4vTK052252; Tue, 18 May 2004 09:04:57 -0700 (PDT) (envelope-from stefanf) Message-Id: <200405181604.i4IG4vTK052252@repoman.freebsd.org> From: Stefan Farfeleder Date: Tue, 18 May 2004 09:04:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/include _stdint.h src/sys/amd64/include _stdint.h src/sys/arm/include _stdint.h src/sys/i386/include _stdint.h src/sys/ia64/include _stdint.h src/sys/powerpc/include _stdint.h src/sys/sparc64/include _stdint.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2004 16:05:01 -0000 stefanf 2004/05/18 09:04:57 PDT FreeBSD src repository Modified files: sys/alpha/include _stdint.h sys/amd64/include _stdint.h sys/arm/include _stdint.h sys/i386/include _stdint.h sys/ia64/include _stdint.h sys/powerpc/include _stdint.h sys/sparc64/include _stdint.h Log: should define WINT_M{AX,IN} independent from whether WCHAR_MIN is defined. Otherwise first including and then leads to no WINT_M{AX,IN} at all. PR: 64956 Approved by: das (mentor) Revision Changes Path 1.2 +1 -1 src/sys/alpha/include/_stdint.h 1.3 +1 -1 src/sys/amd64/include/_stdint.h 1.2 +1 -1 src/sys/arm/include/_stdint.h 1.2 +1 -1 src/sys/i386/include/_stdint.h 1.2 +1 -1 src/sys/ia64/include/_stdint.h 1.2 +1 -1 src/sys/powerpc/include/_stdint.h 1.2 +1 -1 src/sys/sparc64/include/_stdint.h