From 044ed53845518829612aa6a46426dc0eced69fbd Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 13 Jan 2000 22:50:13 +0000 Subject: [PATCH] Alpha IO_FORMAT fix by Andrea Arcangeli. --- lspci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.39.2