Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Aug 2002 11:05:43 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 16663 for review
Message-ID:  <200208271805.g7RI5hpm066314@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=16663

Change 16663 by jhb@jhb_laptop on 2002/08/27 11:05:23

	Make this compile a bit better.

Affected files ...

.. //depot/projects/smpng/sys/kern/kern_shutdown.c#27 edit

Differences ...

==== //depot/projects/smpng/sys/kern/kern_shutdown.c#27 (text+ko) ====

@@ -420,7 +420,7 @@
 }
 
 #ifdef SMP
-static uintptr_t panic_thread = NULL;
+static struct thread *panic_thread = NULL;
 #endif
 
 /*

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208271805.g7RI5hpm066314>