ed5bfa683baf5a354ddcc5613dec02249b5eded3
[lede.git] / package / util-linux / patches / 100-compile_fix.patch
1 diff -ur util-linux.old/fdisk/llseek.c util-linux.dev/fdisk/llseek.c
2 --- util-linux.old/fdisk/llseek.c       2003-07-13 23:13:33.000000000 +0200
3 +++ util-linux.dev/fdisk/llseek.c       2006-12-14 23:06:12.000000000 +0100
4 @@ -29,13 +29,7 @@
5  static int _llseek (unsigned int, unsigned long,
6                    unsigned long, long long *, unsigned int);
7  
8 -#ifdef __NR__llseek
9 -
10 -static _syscall5(int,_llseek,unsigned int,fd,unsigned long,offset_high,
11 -                unsigned long, offset_low,long long *,result,
12 -                unsigned int, origin)
13 -
14 -#else
15 +#ifndef __NR__llseek
16  
17  /* no __NR__llseek on compilation machine - might give it explicitly */
18  static int _llseek (unsigned int fd, unsigned long oh,
19 diff -ur util-linux.old/fdisk/sfdisk.c util-linux.dev/fdisk/sfdisk.c
20 --- util-linux.old/fdisk/sfdisk.c       2005-01-04 23:31:57.000000000 +0100
21 +++ util-linux.dev/fdisk/sfdisk.c       2006-12-14 23:05:41.000000000 +0100
22 @@ -176,12 +176,6 @@
23  #define use_lseek
24  #endif
25  
26 -#ifndef use_lseek
27 -static __attribute__used
28 -_syscall5(int,  _llseek,  unsigned int,  fd, ulong, hi, ulong, lo,
29 -       loff_t *, res, unsigned int, wh);
30 -#endif
31 -
32  static int
33  sseek(char *dev, unsigned int fd, unsigned long s) {
34      loff_t in, out;
35 diff -ur util-linux.old/partx/partx.c util-linux.dev/partx/partx.c
36 --- util-linux.old/partx/partx.c        2004-08-23 22:13:27.000000000 +0200
37 +++ util-linux.dev/partx/partx.c        2006-12-14 23:06:42.000000000 +0100
38 @@ -339,9 +339,6 @@
39  
40  #ifdef NEED__llseek
41  #include <linux/unistd.h>       /* _syscall */
42 -static
43 -_syscall5(int,  _llseek,  uint,  fd, ulong, hi, ulong, lo,
44 -         long long *, res, uint, wh);
45  #endif
46  
47  static int