summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/f_setlk.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/f_setlk.c')
-rw-r--r--sysdeps/mach/hurd/f_setlk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/f_setlk.c b/sysdeps/mach/hurd/f_setlk.c
index 9c898b130b..6e1b308756 100644
--- a/sysdeps/mach/hurd/f_setlk.c
+++ b/sysdeps/mach/hurd/f_setlk.c
@@ -29,7 +29,7 @@
int
__f_setlk (int fd, int type, int whence, __off64_t start, __off64_t len, int wait)
{
- int cmd;
+ int cmd = 0;
switch (type)
{