Thomas Klausner <[email protected]> writes:

> From: Joerg Sonnenberger <[email protected]>
>
> Signed-off-by: Thomas Klausner <[email protected]>


> ---
>  hw/xfree86/os-support/bsd/ppc_video.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/xfree86/os-support/bsd/ppc_video.c 
> b/hw/xfree86/os-support/bsd/ppc_video.c
> index 947a686..3fd28c3 100644
> --- a/hw/xfree86/os-support/bsd/ppc_video.c
> +++ b/hw/xfree86/os-support/bsd/ppc_video.c
> @@ -76,7 +76,7 @@ ppcMapVidMem(int ScreenNum, unsigned long Base, unsigned 
> long Size, int flags)
>                  (flags & VIDMEM_READONLY) ?
>                  PROT_READ : (PROT_READ | PROT_WRITE), MAP_SHARED, fd, Base);
>      if (base == MAP_FAILED)
> -        FatalError("%s: could not mmap screen [s=%x,a=%x] (%s)",
> +        FatalError("%s: could not mmap screen [s=%lx,a=%lx] (%s)",

I inspected the code and this change appears right, but I can't compile it.

Reviewed-by: Keith Packard <[email protected]>

-- 
[email protected]

Attachment: pgpa1oCwl6mbF.pgp
Description: PGP signature

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to