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-estring.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-estring.cc')
-rw-r--r-- | archivers/rvm/files/patch-estring.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/archivers/rvm/files/patch-estring.cc b/archivers/rvm/files/patch-estring.cc new file mode 100644 index 000000000000..b65a3ac1923f --- /dev/null +++ b/archivers/rvm/files/patch-estring.cc @@ -0,0 +1,10 @@ +--- estring.cc.orig Thu Mar 25 00:36:48 2004 ++++ estring.cc Sat Apr 3 21:20:18 2004 +@@ -4,6 +4,7 @@ + #include <string> + #include <cstdio> + #include <cctype> ++#include <cassert> + + #include "debug.h" + #include "types.h" |