Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 2003 09:46:48 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 26503 for review
Message-ID:  <200303071746.h27Hkm8o066345@repoman.freebsd.org>

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

Change 26503 by jhb@jhb_laptop on 2003/03/07 09:46:39

	Oops, bump MAX_EVENT.

Affected files ...

.. //depot/projects/smpng/sys/modules/crash/crash.c#3 edit

Differences ...

==== //depot/projects/smpng/sys/modules/crash/crash.c#3 (text+ko) ====

@@ -51,7 +51,7 @@
 #include <sys/sysctl.h>
 #include <sys/systm.h>
 
-#define	MAX_EVENT	16
+#define	MAX_EVENT	17
 
 static struct sx foo, bar, bar2;
 static struct cv event_cv;

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?200303071746.h27Hkm8o066345>