diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-10-02 13:34:33 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-10-02 13:34:33 +0000 |
commit | da9462706d8c75eac21986fcfecaddb720f964b4 (patch) | |
tree | 265186e312ac0741a4a5d9c201d71059ceeebd6d /sysutils/rfstool/files/patch-reiserfs.h | |
parent | - Document LWFN Files Buffer Overflow Vulnerability in freetype (diff) |
- Honour CC and CXX
- Fix compiling with gcc 4.1
Approved by: sem (mentor)
Notes
Notes:
svn path=/head/; revision=174309
Diffstat (limited to 'sysutils/rfstool/files/patch-reiserfs.h')
-rw-r--r-- | sysutils/rfstool/files/patch-reiserfs.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/rfstool/files/patch-reiserfs.h b/sysutils/rfstool/files/patch-reiserfs.h new file mode 100644 index 000000000000..21e8ea1b6eae --- /dev/null +++ b/sysutils/rfstool/files/patch-reiserfs.h @@ -0,0 +1,11 @@ +--- reiserfs.h.orig Mon Oct 2 13:58:35 2006 ++++ reiserfs.h Mon Oct 2 13:58:39 2006 +@@ -268,7 +268,7 @@ + {
+ }
+
+- ReiserFsBlock::~ReiserFsBlock()
++ ~ReiserFsBlock()
+ {
+ delete m_lpbMemory;
+ }
|