PERFORCE change 26503 for review

[ Available lists | Index of p4-projects | Month of Mar 2003 | Week of 7 Mar 2003 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
John Baldwin <jhb@FreeBSD.org>
Date
7 Mar 2003 09:46:52
Subject
PERFORCE change 26503 for review
Message-ID
200303071746.h27Hkm8o066345@repoman.freebsd.org


[ Hide this part ]
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



Elapsed time: 0.046 seconds