From: Martin Mares Date: Thu, 13 Jan 2000 22:50:13 +0000 (+0000) Subject: Alpha IO_FORMAT fix by Andrea Arcangeli. X-Git-Tag: v3.0.0~247 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=044ed53845518829612aa6a46426dc0eced69fbd;p=pciutils.git Alpha IO_FORMAT fix by Andrea Arcangeli. --- diff --git a/lspci.c b/lspci.c index 14c943d..c61c1a0 100644 --- a/lspci.c +++ b/lspci.c @@ -1,5 +1,5 @@ /* - * $Id: lspci.c,v 1.31 1999/11/03 09:30:11 mj Exp $ + * $Id: lspci.c,v 1.32 2000/01/13 22:50:13 mj Exp $ * * Linux PCI Utilities -- List All PCI Devices * @@ -68,7 +68,7 @@ static struct pci_access *pacc; #ifdef ARCH_SPARC64 #define IO_FORMAT "%016Lx" -#elif defined(HAVE_64BIT_ADDRESS) +#elif defined(HAVE_LONG_ADDRESS) #define IO_FORMAT "%04Lx" #else #define IO_FORMAT "%04lx"