From owner-cvs-all@FreeBSD.ORG Wed Sep 1 05:48:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBEB716A4CE; Wed, 1 Sep 2004 05:48:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCD5A43D49; Wed, 1 Sep 2004 05:48:06 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i815m6ZM091860; Wed, 1 Sep 2004 05:48:06 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i815m6rO091859; Wed, 1 Sep 2004 05:48:06 GMT (envelope-from scottl) Message-Id: <200409010548.i815m6rO091859@repoman.freebsd.org> From: Scott Long Date: Wed, 1 Sep 2004 05:48:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/fsck_ffs dir.c fsck.h inode.c pass1.c pass2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2004 05:48:07 -0000 scottl 2004-09-01 05:48:06 UTC FreeBSD src repository Modified files: sbin/fsck_ffs dir.c fsck.h inode.c pass1.c pass2.c Log: Create DIP_SET() and IBLK_SET() macros to fix lvalue warnings. Inspired by: kan Revision Changes Path 1.29 +14 -14 src/sbin/fsck_ffs/dir.c 1.32 +15 -0 src/sbin/fsck_ffs/fsck.h 1.36 +18 -14 src/sbin/fsck_ffs/inode.c 1.42 +3 -3 src/sbin/fsck_ffs/pass1.c 1.25 +9 -9 src/sbin/fsck_ffs/pass2.c