On Sat, 23 May 2009, Dag-Erling Smorgrav wrote:
Remove svn:keywords on a file that had fbsd:nokeywords (though I don't understand the reason for the latter)
This seems backwards, as does the commit that followed it to remove the expanded $FreeBSD$ string. Is there any reason this file shouldn't have an ID string? Or rather, is there any reason to have an unexpanded one as opposed to none, or an expanded one?
Robert N M Watson Computer Laboratory University of Cambridge
Modified: head/sys/cddl/boot/zfs/zfssubr.c (contents, props changed) Modified: head/sys/cddl/boot/zfs/zfssubr.c ============================================================================== --- head/sys/cddl/boot/zfs/zfssubr.c Sat May 23 13:51:05 2009 (r192638) +++ head/sys/cddl/boot/zfs/zfssubr.c Sat May 23 16:00:16 2009 (r192639) @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: head/sys/cddl/boot/zfs/zfssubr.c 192599 2009-05-22 20:07:39Z des $"); static uint64_t zfs_crc64_table[256];
_______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"