Module Name: src
Committed By: christos
Date: Sun May 9 15:40:27 UTC 2021
Modified Files:
src/usr.bin/aiomixer: main.c
Log Message:
fix clang build (on_signal is dead)
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/aiomixer/main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/aiomixer/main.c
diff -u src/usr.bin/aiomixer/main.c:1.1 src/usr.bin/aiomixer/main.c:1.2
--- src/usr.bin/aiomixer/main.c:1.1 Fri May 7 12:29:24 2021
+++ src/usr.bin/aiomixer/main.c Sun May 9 11:40:27 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.1 2021/05/07 16:29:24 nia Exp $ */
+/* $NetBSD: main.c,v 1.2 2021/05/09 15:40:27 christos Exp $ */
/*-
* Copyright (c) 2021 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -482,7 +482,7 @@ open_device(struct aiomixer *aio, const
}
}
-static void
+static __dead void
on_signal(int dummy)
{
endwin();