Marc Kleine-Budde noticed a missing semicolon
This commit is contained in:
parent
d2a897aab0
commit
e0c83af4ce
1 changed files with 1 additions and 1 deletions
|
@ -870,7 +870,7 @@ static int _llseek (unsigned int, unsigned long,
|
||||||
|
|
||||||
static _syscall5(int,_llseek,unsigned int,f_d,unsigned long,offset_high,
|
static _syscall5(int,_llseek,unsigned int,f_d,unsigned long,offset_high,
|
||||||
unsigned long, offset_low,fdisk_loff_t *,result,
|
unsigned long, offset_low,fdisk_loff_t *,result,
|
||||||
unsigned int, origin)
|
unsigned int, origin);
|
||||||
|
|
||||||
static fdisk_loff_t my_llseek (unsigned int f_d, fdisk_loff_t offset,
|
static fdisk_loff_t my_llseek (unsigned int f_d, fdisk_loff_t offset,
|
||||||
unsigned int origin)
|
unsigned int origin)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue