From owner-cvs-src-old@FreeBSD.ORG Thu May 5 14:46:21 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 DF6AB1065670 for ; Thu, 5 May 2011 14:46:21 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ADBEE8FC0C for ; Thu, 5 May 2011 14:46:21 +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 p45EkLjR093212 for ; Thu, 5 May 2011 14:46:21 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p45EkLDU093211 for cvs-src-old@freebsd.org; Thu, 5 May 2011 14:46:21 GMT (envelope-from obrien@repoman.freebsd.org) Message-Id: <201105051446.p45EkLDU093211@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to obrien@repoman.freebsd.org using -f From: "David E. O'Brien" Date: Thu, 5 May 2011 14:45:24 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libutil libutil.h src/sys/sys _stdint.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: Thu, 05 May 2011 14:46:22 -0000 obrien 2011-05-05 14:45:24 UTC FreeBSD src repository Modified files: lib/libutil libutil.h sys/sys stdint.h types.h Added files: sys/sys _stdint.h Log: SVN rev 221502 on 2011-05-05 14:45:24Z by obrien Don't duplicate define the stdint types. Revision Changes Path 1.56 +1 -10 src/lib/libutil/libutil.h 1.1 +82 -0 src/sys/sys/_stdint.h (new) 1.5 +6 -45 src/sys/sys/stdint.h 1.107 +1 -45 src/sys/sys/types.h