forked from Lainports/freebsd-ports
with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
11 lines
260 B
C
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;
|
|
}
|