Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Nov 2002 13:03:38 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20976 for review
Message-ID:  <200211112103.gABL3cZF093818@repoman.freebsd.org>

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

Change 20976 by jhb@jhb_laptop on 2002/11/11 13:03:21

	Make this more consistent with subr_mbuf.c.

Affected files ...

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

Differences ...

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

@@ -1000,7 +1000,7 @@
 
 	if (req->lock == 1 && req->oldptr)
 		WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
-		    "sysctl_old_user");
+		    "sysctl_old_user()");
 	if (req->oldptr) {
 		i = l;
 		if (req->oldlen <= req->oldidx)

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?200211112103.gABL3cZF093818>