Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2008 03:28:07 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 142345 for review
Message-ID:  <200805270328.m4R3S7ku029361@repoman.freebsd.org>

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

Change 142345 by jb@freebsd3 on 2008/05/27 03:27:51

	Add the semi-colon back in for RELENG_7. Without it there needs to
	be a whole lot more semi-colons all over the place.

Affected files ...

.. //depot/projects/dtrace7/src/sys/sys/kernel.h#8 edit

Differences ...

==== //depot/projects/dtrace7/src/sys/sys/kernel.h#8 (text+ko) ====

@@ -237,7 +237,7 @@
 		func,						\
 		(ident)						\
 	};							\
-	DATA_SET(sysinit_set,uniquifier ## _sys_init)
+	DATA_SET(sysinit_set,uniquifier ## _sys_init);
 
 #define	SYSINIT(uniquifier, subsystem, order, func, ident)	\
 	C_SYSINIT(uniquifier, subsystem, order,			\



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