Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/iscsid mark noreturn function exit_daemon() as __dead
details: https://anonhg.NetBSD.org/src/rev/6f08ce0db079
branches: trunk
changeset: 345500:6f08ce0db079
user: mlelstv <mlelstv%NetBSD.org@localhost>
date: Mon May 30 21:58:32 2016 +0000
description:
mark noreturn function exit_daemon() as __dead
diffstat:
sbin/iscsid/iscsid_main.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 252b8c3083b8 -r 6f08ce0db079 sbin/iscsid/iscsid_main.c
--- a/sbin/iscsid/iscsid_main.c Mon May 30 19:35:29 2016 +0000
+++ b/sbin/iscsid/iscsid_main.c Mon May 30 21:58:32 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: iscsid_main.c,v 1.10 2016/05/29 13:35:45 mlelstv Exp $ */
+/* $NetBSD: iscsid_main.c,v 1.11 2016/05/30 21:58:32 mlelstv Exp $ */
/*-
* Copyright (c) 2005,2006,2011 The NetBSD Foundation, Inc.
@@ -479,7 +479,7 @@
* Deregister the event handler, deregister isns servers, then exit program.
*/
-static void
+static void __dead
exit_daemon(void)
{
LOCK_SESSIONS;
Home |
Main Index |
Thread Index |
Old Index