access() is evil and we never want a controlling TTY

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1318 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2009-01-02 17:48:20 +00:00
parent 08ad0291ea
commit 36505a8d29
2 changed files with 2 additions and 5 deletions
-2
View File
@@ -60,8 +60,6 @@ public:
bool IsLnk(bool bUseLstat = true) const;
bool IsSock(bool bUseLstat = false) const;
bool access(int mode);
// for gettin file types, using fstat instead
static bool FType(const CString sFileName, EFileTypes eType, bool bUseLstat = false);