From owner-cvs-src-old@FreeBSD.ORG Fri Feb 4 13:10:04 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F093C106566B for ; Fri, 4 Feb 2011 13:10:04 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D9B328FC1B for ; Fri, 4 Feb 2011 13:10:04 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p14DA48V094216 for ; Fri, 4 Feb 2011 13:10:04 GMT (envelope-from tijl@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p14DA47x094215 for cvs-src-old@freebsd.org; Fri, 4 Feb 2011 13:10:04 GMT (envelope-from tijl@repoman.freebsd.org) Message-Id: <201102041310.p14DA47x094215@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tijl@repoman.freebsd.org using -f From: Tijl Coosemans Date: Fri, 4 Feb 2011 13:09:46 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/mips/include _inttypes.h _limits.h _stdint.h _types.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2011 13:10:05 -0000 tijl 2011-02-04 13:09:46 UTC FreeBSD src repository Modified files: sys/mips/include _inttypes.h _limits.h _stdint.h _types.h Log: SVN rev 218266 on 2011-02-04 13:09:46Z by tijl Replace __LP64__ with __mips_n64. This partly reverts r217147. Requested by: jmallett, imp Approved by: kib (mentor) Revision Changes Path 1.7 +1 -1 src/sys/mips/include/_inttypes.h 1.5 +1 -1 src/sys/mips/include/_limits.h 1.4 +3 -3 src/sys/mips/include/_stdint.h 1.6 +7 -7 src/sys/mips/include/_types.h