Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Dec 2005 18:46:55 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 87897 for review
Message-ID:  <200512081846.jB8Ikt7K006866@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=87897

Change 87897 by jhb@jhb_twclab on 2005/12/08 18:45:55

	Compile.

Affected files ...

.. //depot/projects/smpng/sys/kern/kern_sx.c#26 edit

Differences ...

==== //depot/projects/smpng/sys/kern/kern_sx.c#26 (text+ko) ====

@@ -41,9 +41,11 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/ktr.h>
+#include <sys/linker_set.h>
 #include <sys/condvar.h>
 #include <sys/lock.h>
 #include <sys/mutex.h>
+#include <sys/proc.h>
 #include <sys/sx.h>
 
 #include <ddb/ddb.h>
@@ -377,7 +379,6 @@
 {
 	struct thread *td;
 	struct sx *sx;
-	int comma;
 
 	if (!have_addr)
 		return;



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