]> git.pld-linux.org Git - packages/detect.git/blob - detect-ppc2.patch
- updated gettext BR
[packages/detect.git] / detect-ppc2.patch
1 --- ./src/scsi.c        Thu Feb  1 14:56:31 2001
2 +++ ./src/scsi.c.ppc    Thu Feb  1 15:03:43 2001
3 @@ -171,7 +171,7 @@
4        result->next = (struct scsintf_info *)NULL;
5  
6        result->vendor = "Apple";
7 -      result->board_id = 0;
8 +      result->long_id = 0;
9        result->bus = UNKNOWN_BUS;
10  
11        file = my_malloc(sizeof(folder) * strlen(folder) + 15);
12 --- ./src/ethernet.c    Thu Feb  1 14:56:31 2001
13 +++ ./src/ethernet.c.ppc        Thu Feb  1 15:04:26 2001
14 @@ -178,7 +178,7 @@
15        result->next = (struct ethernet_info *)NULL;
16  
17        result->vendor = "Apple";
18 -      result->board_id = 0;
19 +      result->long_id = 0;
20        result->bus = UNKNOWN_BUS;
21  
22        file = my_malloc(sizeof(folder) * strlen(folder) + 15);
This page took 0.052634 seconds and 3 git commands to generate.