1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/security/tripwire/files/patch-src-core-unixfsservices.h
Cy Schubert 25eef83f62 Fix build under clang and gcc 4.8.
Submitted by:	dim
2014-06-15 07:12:26 +00:00

12 lines
622 B
C

--- src/core/unixfsservices.h.orig 2011-11-21 17:06:56.000000000 +0100
+++ src/core/unixfsservices.h 2014-06-15 01:44:45.000000000 +0200
@@ -99,7 +99,7 @@ class cUnixFSServices : public iFSServic
////////////////////////////////////////
virtual bool IsCaseSensitive() const;
// returns true if the file system is case sensitive
- virtual TCHAR* GetStandardBackupExtension() const;
+ virtual const TCHAR* GetStandardBackupExtension() const;
// returns normal string to append to backup files for this os.
// (e.g. "~" for unix and ".bak" for winos)
virtual TCHAR GetPathSeperator() const;