aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/lockf/lockf.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/lockf/lockf.c')
-rw-r--r--usr.bin/lockf/lockf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/lockf/lockf.c b/usr.bin/lockf/lockf.c
index 0a91048cafc4..6c08ff91fcc0 100644
--- a/usr.bin/lockf/lockf.c
+++ b/usr.bin/lockf/lockf.c
@@ -193,7 +193,7 @@ killed(int sig)
* Signal handler for SIGALRM.
*/
static void
-timeout(int sig)
+timeout(int sig __unused)
{
timed_out = 1;
}