Module Name:    src
Committed By:   mlelstv
Date:           Mon May 30 21:58:32 UTC 2016

Modified Files:
        src/sbin/iscsid: iscsid_main.c

Log Message:
mark noreturn function exit_daemon() as __dead


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sbin/iscsid/iscsid_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/sbin/iscsid/iscsid_main.c
diff -u src/sbin/iscsid/iscsid_main.c:1.10 src/sbin/iscsid/iscsid_main.c:1.11
--- src/sbin/iscsid/iscsid_main.c:1.10	Sun May 29 13:35:45 2016
+++ src/sbin/iscsid/iscsid_main.c	Mon May 30 21:58:32 2016
@@ -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 @@ iscsid_log(const char *fmt, ...)
  *    Deregister the event handler, deregister isns servers, then exit program.
  */
 
-static void
+static void __dead
 exit_daemon(void)
 {
 	LOCK_SESSIONS;

Reply via email to