From 2f1753b08d32b67844343587755c3c204166ec5f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 4 Jul 2002 15:15:46 +0000 Subject: factorize common constants in private header --- pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pci.c b/pci.c index 0467b85..6787977 100644 --- a/pci.c +++ b/pci.c @@ -9,7 +9,7 @@ extern struct pciusb_entries pci_probe(int probe_type) { FILE *f; - char buf[512]; + char buf[BUF_SIZE]; unsigned short devbusfn; unsigned int id; struct pciusb_entry t[MAX_DEVICES]; -- cgit v1.2.1