From: Nate Lawson <nate-Y6VGUYTwhu0@public.gmane.org>
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: cvs commit: src/sys/contrib/dev/acpica osunixxf.c (fwd)
Date: Tue, 12 Aug 2003 08:54:09 -0700 (PDT) [thread overview]
Message-ID: <20030812085340.T88759@root.org> (raw)
More fixes for osunixxf.c to compile on 64 bit. This is correct since
this file didn't match acpiosxf.h before.
---------- Forwarded message ----------
Date: Mon, 11 Aug 2003 21:56:53 -0700 (PDT)
From: Nate Lawson <njl-HZy0K5TPuP5AfugRpC6u6w@public.gmane.org>
njl 2003/08/11 21:56:45 PDT
FreeBSD src repository
Modified files: (Branch: INTEL)
sys/contrib/dev/acpica osunixxf.c
Log:
Fix a few more s/UINT32/ACPI_SIZE issues. iasl and acpidb now build on
ia64.
Tested on: pluto2
Pointed out by: tinderbox
Revision Changes Path
1.1.1.4 +2 -2 src/sys/contrib/dev/acpica/osunixxf.c
--- src/sys/contrib/dev/acpica/osunixxf.c:1.1.1.3 Sun Aug 10 22:54:31 2003
+++ src/sys/contrib/dev/acpica/osunixxf.c Mon Aug 11 21:56:45 2003
@@ -478,7 +478,7 @@
void
AcpiOsUnmapMemory (
void *where,
- UINT32 length)
+ ACPI_SIZE length)
{
return;
@@ -499,7 +499,7 @@
void *
AcpiOsAllocate (
- UINT32 size)
+ ACPI_SIZE size)
{
void *Mem;
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
next reply other threads:[~2003-08-12 15:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-12 15:54 Nate Lawson [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-08-11 15:40 cvs commit: src/sys/contrib/dev/acpica osunixxf.c (fwd) Nate Lawson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030812085340.T88759@root.org \
--to=nate-y6vguytwhu0@public.gmane.org \
--cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.