Make life easier for reference-vector generatorts in tools/regression/geom

by including a FreeBSD friendly CVS identifier in the XML output.

Sponsored by: DARPA & NAI Labs.
This commit is contained in:
phk 2002-04-19 09:21:27 +00:00
parent 54df4a79c2
commit 905cf22e4e

View File

@ -208,6 +208,9 @@ g_conf_specific(struct g_class *mp, struct g_geom *gp, struct g_provider *pp, st
sb = sbuf_new(NULL, NULL, 0, SBUF_AUTOEXTEND);
sbuf_clear(sb);
sbuf_printf(sb, "<mesh>\n");
#ifndef _KERNEL
sbuf_printf(sb, " <FreeBSD>%cFreeBSD%c</FreeBSD>\n", '$', '$');
#endif
LIST_FOREACH(mp2, &g_classes, class) {
if (mp != NULL && mp != mp2)
continue;