PERFORCE change 142345 for review

John Birrell jb at FreeBSD.org
Tue May 27 03:28:08 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=142345

Change 142345 by jb at 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,			\


More information about the p4-projects mailing list