mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
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;
|
|
}
|