From owner-cvs-all Wed Feb 27 13:12:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D36137B402; Wed, 27 Feb 2002 13:12:44 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1RLCig93756; Wed, 27 Feb 2002 13:12:44 -0800 (PST) (envelope-from julian) Message-Id: <200202272112.g1RLCig93756@freefall.freebsd.org> From: Julian Elischer Date: Wed, 27 Feb 2002 13:12:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netatm atm_device.c atm_var.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2002/02/27 13:12:44 PST Modified files: sys/netatm atm_device.c atm_var.h Log: Unbreak fore adapters from POV of warnings. Define the atm_dev_free() routine so that its OK to free stuff that is defined as volatile. Note this doesn't FORCE the arguemnts to be volatile, just says that it's not an error if it is.. Revision Changes Path 1.12 +3 -3 src/sys/netatm/atm_device.c 1.5 +2 -2 src/sys/netatm/atm_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message