From mboxrd@z Thu Jan 1 00:00:00 1970 From: aq Subject: Re: [PATCH] fix broken ACM Date: Thu, 23 Jun 2005 02:52:47 +0900 Message-ID: <9cde8bff05062210523e7dd070@mail.gmail.com> References: <9cde8bff05062210406b403295@mail.gmail.com> Reply-To: aq Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen-devel List-Id: xen-devel@lists.xenproject.org On 6/23/05, Keir Fraser wrote: >=20 > On 22 Jun 2005, at 18:40, aq wrote: >=20 > > The latest change to ACM makes it fail to compile. This patch fixes > > the problem. > > > > Signed-off-by: Nguyen Anh Quynh >=20 > It builds fine for me. are you sure? on my system, without the patch acm_init() would be defined twice. also, some structrures and global variables are hidden in the #else (of #if (ACM_USE_SECURITY_POLICY =3D=3D ACM_NULL_POLICY) ) how did you compile acm? regards, aq