On Wednesday, October 08, 2014 10:50:47 AM Steven Hartland wrote: > I thought it was convension to avoid using $FreeBSD$ in code comments > instead use the __FBSDID e.g. > > #include <sys/cdefs.h> > __FBSDID("$FreeBSD$"); > #include <sys/param.h> > > Could anyone confirm? > > Regards > Steve
Yes, C files use __FBSDID(). I believe headers use a bare $FreeBSD$ comment after the license block. -- John Baldwin _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"