Virtual Tags

- Started using virtual tags in the report definitions.
- Fixed compilation problem.
This commit is contained in:
Paul Beckingham 2013-04-14 23:52:13 -04:00
parent 09f577536a
commit b6797b6242
2 changed files with 5 additions and 5 deletions

View file

@ -89,7 +89,7 @@ int CmdVersion::execute (std::string& output)
#elif defined (LINUX)
<< "linux"
#elif defined (KFREEBSD)
"gnu-kfreebsd"
<< "gnu-kfreebsd"
#elif defined (GNUHURD)
<< "gnu-hurd"
#else