aboutsummaryrefslogtreecommitdiff
path: root/security/tripwire/files/patch-src-core-unixfsservices.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/tripwire/files/patch-src-core-unixfsservices.h')
-rw-r--r--security/tripwire/files/patch-src-core-unixfsservices.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/tripwire/files/patch-src-core-unixfsservices.h b/security/tripwire/files/patch-src-core-unixfsservices.h
deleted file mode 100644
index ab2fec5bdb18..000000000000
--- a/security/tripwire/files/patch-src-core-unixfsservices.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;