]> git.pld-linux.org Git - packages/kernel.git/blob - linux-2.4.21-no-FPU.patch
- Release 4. One more bcm43xx fix.
[packages/kernel.git] / linux-2.4.21-no-FPU.patch
1 diff -ur linux-2.4.20/fs/davfs/proc.c linux-2.4.20.fpu/fs/davfs/proc.c
2 --- linux-2.4.20/fs/davfs/proc.c        Sun Mar  9 21:12:08 2003
3 +++ linux-2.4.20.fpu/fs/davfs/proc.c    Sun Mar  9 21:05:33 2003
4 @@ -156,7 +156,7 @@
5  int dav_atoi(char *digit) {
6      int ret=0;
7      int i = (strlen(digit)-1);
8 -    double weight=1;
9 +    unsigned int weight=1;
10      
11      for(;i;i--)
12          weight*=10;
This page took 0.048998 seconds and 3 git commands to generate.