diff libdha/sysdep/pci_alpha.c @ 5702:567de708ab3a

sync with mplayerxp
author nick
date Fri, 19 Apr 2002 16:34:04 +0000
parents 2e3262002acb
children
line wrap: on
line diff
--- a/libdha/sysdep/pci_alpha.c	Fri Apr 19 10:56:26 2002 +0000
+++ b/libdha/sysdep/pci_alpha.c	Fri Apr 19 16:34:04 2002 +0000
@@ -11,7 +11,7 @@
           unsigned char dev,
           int func)
 {
-    int retval;
+    unsigned long retval;
     pciconfig_read(bus, dev<<3, PCI_ID_REG, 4, &retval);
     return retval;
 }
@@ -22,7 +22,7 @@
           int func, 
           unsigned cmd)
 {
-    long retval;
+    unsigned long retval;
     pciconfig_read(bus, dev<<3, cmd, 4, &retval);
     return retval;
 }