ports/sysutils/rfstool/files/patch-reiserfs.h
Mathieu Arnold 7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00

11 lines
260 B
C

--- reiserfs.h.orig 2016-06-20 13:19:25 UTC
+++ reiserfs.h
@@ -268,7 +268,7 @@ class ReiserFsBlock : public PNode
{
}
- ReiserFsBlock::~ReiserFsBlock()
+ ~ReiserFsBlock()
{
delete m_lpbMemory;
}