From owner-cvs-src-old@FreeBSD.ORG Wed Apr 27 18:15:50 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 779BB1065675 for ; Wed, 27 Apr 2011 18:15:50 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6879F8FC0C for ; Wed, 27 Apr 2011 18:15:50 +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 p3RIFoF4088789 for ; Wed, 27 Apr 2011 18:15:50 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p3RIFo45088788 for cvs-src-old@freebsd.org; Wed, 27 Apr 2011 18:15:50 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201104271815.p3RIFo45088788@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Wed, 27 Apr 2011 18:15:34 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/ext2fs ext2_alloc.c ext2_dinode.h ext2_dir.h ext2fs.h inode.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: Wed, 27 Apr 2011 18:15:50 -0000 jhb 2011-04-27 18:15:34 UTC FreeBSD src repository Modified files: sys/fs/ext2fs ext2_alloc.c ext2_dinode.h ext2_dir.h ext2fs.h inode.h Log: SVN rev 221126 on 2011-04-27 18:15:34Z by jhb Various style fixes including using uint*_t instead of u_int*_t. Submitted by: Pedro F. Giffuni giffunip at yahoo Revision Changes Path 1.8 +2 -2 src/sys/fs/ext2fs/ext2_alloc.c 1.4 +23 -23 src/sys/fs/ext2fs/ext2_dinode.h 1.2 +7 -7 src/sys/fs/ext2fs/ext2_dir.h 1.6 +65 -54 src/sys/fs/ext2fs/ext2fs.h 1.3 +20 -20 src/sys/fs/ext2fs/inode.h