From owner-cvs-all Wed Jan 6 09:04:41 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA07227 for cvs-all-outgoing; Wed, 6 Jan 1999 09:04:41 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA07222; Wed, 6 Jan 1999 09:04:40 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA23798; Wed, 6 Jan 1999 09:04:34 -0800 (PST) Date: Wed, 6 Jan 1999 09:04:34 -0800 (PST) Message-Id: <199901061704.JAA23798@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/ffs ffs_alloc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/01/06 09:04:34 PST Modified files: sys/ufs/ffs ffs_alloc.c Log: Ifdefed the conditionally used variable `prtrealloc'. Declare it as volatile so that there is no chance that the code that it controls is optimised away. Revision Changes Path 1.55 +4 -2 src/sys/ufs/ffs/ffs_alloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message