diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-08 20:50:06 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-08 20:50:06 +0000 |
commit | d3eb98a2dcd37db8315d41f406d0944f99066e14 (patch) | |
tree | d69231ade7e1b0706e43b8d9bb76c73656701ad2 /archivers/rvm/files/patch-reporter.cc | |
parent | - Update to version 0.4 (diff) |
- Update to version 0.80.2.a
PR: ports/65259
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=106515
Diffstat (limited to 'archivers/rvm/files/patch-reporter.cc')
-rw-r--r-- | archivers/rvm/files/patch-reporter.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/archivers/rvm/files/patch-reporter.cc b/archivers/rvm/files/patch-reporter.cc new file mode 100644 index 000000000000..129bf7fd6529 --- /dev/null +++ b/archivers/rvm/files/patch-reporter.cc @@ -0,0 +1,10 @@ +--- reporter.cc.orig Thu Mar 25 00:28:09 2004 ++++ reporter.cc Sat Apr 3 21:26:51 2004 +@@ -4,6 +4,7 @@ + #include <string> + #include <vector> + #include <algorithm> ++#include <cassert> + + #include "debug.h" + #include "error.h" |