diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2004-11-30 12:12:19 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2004-11-30 12:12:19 +0000 |
commit | ccd5f5efc097f01e0328e97b7b211cf3b41f5e06 (patch) | |
tree | 38cc880be2c8353e5cd717ba801a7e9347e0196a /benchmarks/polygraph/files/patch-src::loganalyzers::SideInfo.cc | |
parent | - extend MASTER_SITES (diff) |
Update to 2.8.1, remove needless patches.
Also welcome back ReportGen subdir.
Approved by: maintainer (timeout > 3 weeks)
Diffstat (limited to 'benchmarks/polygraph/files/patch-src::loganalyzers::SideInfo.cc')
-rw-r--r-- | benchmarks/polygraph/files/patch-src::loganalyzers::SideInfo.cc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/benchmarks/polygraph/files/patch-src::loganalyzers::SideInfo.cc b/benchmarks/polygraph/files/patch-src::loganalyzers::SideInfo.cc deleted file mode 100644 index 5b5f5adf8f4d..000000000000 --- a/benchmarks/polygraph/files/patch-src::loganalyzers::SideInfo.cc +++ /dev/null @@ -1,15 +0,0 @@ ---- src/loganalyzers/SideInfo.cc.orig Thu Feb 26 16:55:36 2004 -+++ src/loganalyzers/SideInfo.cc Thu Feb 26 16:56:05 2004 -@@ -1166,9 +1166,9 @@ - XmlTag descr("description"); - - XmlTextTag<XmlParagraph> p1; -- p1.buf() << "The 'Errors' table shows detected errors. For each -- error type, the number of errors and their contribution towards -- total error count are shown."; -+ p1.buf() << "The 'Errors' table shows detected errors. For each " -+ "error type, the number of errors and their contribution towards " -+ "total error count are shown."; - descr << p1; - - blob << descr; |