aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util-linux/fdisk.c2
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
871static _syscall5(int,_llseek,unsigned int,f_d,unsigned long,offset_high, 871static _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
875static fdisk_loff_t my_llseek (unsigned int f_d, fdisk_loff_t offset, 875static fdisk_loff_t my_llseek (unsigned int f_d, fdisk_loff_t offset,
876 unsigned int origin) 876 unsigned int origin)