diff options
-rw-r--r-- | util-linux/fdisk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index 6c28e02ec..ca682f745 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c | |||
@@ -870,7 +870,7 @@ static int _llseek (unsigned int, unsigned long, | |||
870 | 870 | ||
871 | static _syscall5(int,_llseek,unsigned int,f_d,unsigned long,offset_high, | 871 | static _syscall5(int,_llseek,unsigned int,f_d,unsigned long,offset_high, |
872 | unsigned long, offset_low,fdisk_loff_t *,result, | 872 | unsigned long, offset_low,fdisk_loff_t *,result, |
873 | unsigned int, origin) | 873 | unsigned int, origin); |
874 | 874 | ||
875 | static fdisk_loff_t my_llseek (unsigned int f_d, fdisk_loff_t offset, | 875 | static fdisk_loff_t my_llseek (unsigned int f_d, fdisk_loff_t offset, |
876 | unsigned int origin) | 876 | unsigned int origin) |