mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
3bdd2d061a
commit
50cbb62eab
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue