summaryrefslogtreecommitdiff
path: root/sysutils/zbackup/files/patch-sptr.hh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix sysutils/zbackup in the face of modern C++Adriaan de Groot2020-08-281-0/+47
The "smart" pointer has had a serious bug for years, but the method with the bug isn't used :S Fix the bug, throw in some gratuitous C++ modernizations while we're at it. Patches submitted upstream. Notes: svn path=/head/; revision=546841