From a131b32e8a3e30262bbe9469235c9fced7b4a4b6 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 30 Sep 2011 07:17:36 +0000 Subject: [PATCH] Fix some NULL fields in new AIX classes. --- FPmodel.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FPmodel.cc b/FPmodel.cc index 889c3e9d6..9aef02846 100644 --- a/FPmodel.cc +++ b/FPmodel.cc @@ -2639,7 +2639,7 @@ std::vector load_fp_matches() { match.line = -1; match.OS_name = (char *) "IBM AIX 7.1"; { - OS_Classification osclass = {"IBM", "AIX", NULL, NULL}; + OS_Classification osclass = {"IBM", "AIX", "7.X", "general purpose"}; match.OS_class.push_back(osclass); } matches.push_back(match); @@ -2659,7 +2659,7 @@ std::vector load_fp_matches() { match.line = -1; match.OS_name = (char *) "IBM AIX 6.1 - 7.1"; { - OS_Classification osclass = {"IBM", "AIX", NULL, NULL}; + OS_Classification osclass = {"IBM", "AIX", "7.X", "general purpose"}; match.OS_class.push_back(osclass); } {