]> git.zerfleddert.de Git - usb-driver/commitdiff
fix ISE 12 support on 64bit
authorMichael Gernoth <michael@gernoth.net>
Sun, 23 May 2010 15:01:17 +0000 (17:01 +0200)
committerMichael Gernoth <michael@gernoth.net>
Sun, 23 May 2010 15:01:17 +0000 (17:01 +0200)
usb-driver.c

index 44a280b1e94704f48a30f7e1eb34e64e9a5fdf8e..55a74637991af424a683168c3b29d1bef882fd6f 100644 (file)
@@ -662,7 +662,7 @@ int semop (int __semid, struct sembuf *__sops, size_t __nsops) {
  * open() anymore...
  * echo '_Z14isModuleLoadedPci' | c++filt
  */
-int _Z14isModuleLoadedPci(char *module_name, int i) {
+long int _Z14isModuleLoadedPci(char *module_name, int i) {
        DPRINTF("_Z14isModuleLoadedPci: Checking for module %s (%d)\n", module_name, i);
 
        return 1;
Impressum, Datenschutz