Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 2003 10:02:52 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 26694 for review
Message-ID:  <200303111802.h2BI2q1e062554@repoman.freebsd.org>

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

Change 26694 by jhb@jhb_laptop on 2003/03/11 10:02:10

	EDUMBASS: add a missing break

Affected files ...

.. //depot/projects/smpng/sys/modules/evtest/evtest.c#17 edit

Differences ...

==== //depot/projects/smpng/sys/modules/evtest/evtest.c#17 (text+ko) ====

@@ -345,6 +345,7 @@
 		case 10:
 			first_tag = EVENTHANDLER_REGISTER(evtest,
 			    evtest_removefoo, NULL, 5);
+			break;
 		default:
 			panic("event %d is bogus\n", event);
 		}

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?200303111802.h2BI2q1e062554>