head 1.1; access; symbols OPENPKG_E1_MP_HEAD:1.1 OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_2_STABLE:1.1 OPENPKG_E1_FP:1.1 OPENPKG_2_STABLE_MP:1.1 OPENPKG_2_STABLE_20061018:1.1 OPENPKG_2_STABLE_20060622:1.1 OPENPKG_2_STABLE:1.1.0.20 OPENPKG_2_STABLE_BP:1.1 OPENPKG_2_5_RELEASE:1.1 OPENPKG_2_5_SOLID:1.1.0.18 OPENPKG_2_5_SOLID_BP:1.1 OPENPKG_2_4_RELEASE:1.1 OPENPKG_2_4_SOLID:1.1.0.16 OPENPKG_2_4_SOLID_BP:1.1 OPENPKG_CW_FP:1.1 OPENPKG_2_3_RELEASE:1.1 OPENPKG_2_3_SOLID:1.1.0.14 OPENPKG_2_3_SOLID_BP:1.1 OPENPKG_2_2_RELEASE:1.1 OPENPKG_2_2_SOLID:1.1.0.12 OPENPKG_2_2_SOLID_BP:1.1 OPENPKG_2_1_RELEASE:1.1 OPENPKG_2_1_SOLID:1.1.0.10 OPENPKG_2_1_SOLID_BP:1.1 OPENPKG_2_0_RELEASE:1.1 OPENPKG_2_0_SOLID:1.1.0.8 OPENPKG_2_0_SOLID_BP:1.1 OPENPKG_1_3_RELEASE:1.1 OPENPKG_1_3_SOLID:1.1.0.6 OPENPKG_1_3_SOLID_BP:1.1 OPENPKG_1_STABLE_MP:1.1 OPENPKG_1_2_RELEASE:1.1 OPENPKG_1_2_SOLID:1.1.0.4 OPENPKG_1_2_SOLID_BP:1.1 OPENPKG_1_STABLE:1.1.0.2 OPENPKG_1_STABLE_BP:1.1; locks; strict; comment @# @; 1.1 date 2003.01.15.10.35.30; author rse; state Exp; branches; next ; desc @@ 1.1 log @fix building under GCC 3.2.1 and upgrade to PLUS class; add dummy version tracking file @ text @--- resultsdb.C.orig Thu Oct 5 16:56:59 2000 +++ resultsdb.C Wed Jan 15 11:31:20 2003 @@@@ -43,7 +43,7 @@@@ delete[] old_table; } -void AddResult(char *source, int l, Severity s, VulnInfo*v, int explanation=0) +void AddResult(char *source, int l, Severity s, VulnInfo*v, int explanation) { Result &r = table[num_entries++]; r.source = source; --- formatter.H.orig Thu Oct 5 16:56:58 2000 +++ formatter.H Wed Jan 15 11:31:38 2003 @@@@ -10,4 +10,4 @@@@ void FormatterOutput(); void RunQueries(); -#endif __FORMATTER_H__ +#endif /* __FORMATTER_H__ */ @