projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2a897a
)
Marc Kleine-Budde noticed a missing semicolon
author
Eric Andersen
<andersen@codepoet.org>
Fri, 14 Nov 2003 02:40:08 +0000
(
02:40
-0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 14 Nov 2003 02:40:08 +0000
(
02:40
-0000)
util-linux/fdisk.c
patch
|
blob
|
history
diff --git
a/util-linux/fdisk.c
b/util-linux/fdisk.c
index 6c28e02ec7505ff76add149a6d01e735e3c6f955..ca682f745c9f610fedf79129d368ce3a2572bfc3 100644
(file)
--- a/
util-linux/fdisk.c
+++ b/
util-linux/fdisk.c
@@
-870,7
+870,7
@@
static int _llseek (unsigned int, unsigned long,
static _syscall5(int,_llseek,unsigned int,f_d,unsigned long,offset_high,
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,
unsigned int origin)