[Midnightbsd-cvs] src [8046] trunk/sys/kern/kern_shutdown.c: make dumptid non static.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Sep 15 16:58:03 EDT 2016


Revision: 8046
          http://svnweb.midnightbsd.org/src/?rev=8046
Author:   laffer1
Date:     2016-09-15 16:58:03 -0400 (Thu, 15 Sep 2016)
Log Message:
-----------
make dumptid non static. it is used by libkvm

Modified Paths:
--------------
    trunk/sys/kern/kern_shutdown.c

Modified: trunk/sys/kern/kern_shutdown.c
===================================================================
--- trunk/sys/kern/kern_shutdown.c	2016-09-15 20:56:12 UTC (rev 8045)
+++ trunk/sys/kern/kern_shutdown.c	2016-09-15 20:58:03 UTC (rev 8046)
@@ -148,7 +148,7 @@
 
 /* Context information for dump-debuggers. */
 static struct pcb dumppcb;		/* Registers. */
-static lwpid_t dumptid;			/* Thread ID. */
+lwpid_t dumptid;			/* Thread ID. */
 
 static void poweroff_wait(void *, int);
 static void shutdown_halt(void *junk, int howto);



More information about the Midnightbsd-cvs mailing list