* fhandler.h (set_name): Don't use 'unix' as name since this is defined by gcc

now.
* fhandler.cc (set_name): Ditto.
This commit is contained in:
Christopher Faylor
2000-06-18 17:43:45 +00:00
parent ce4a7304b8
commit 6d4186757b
3 changed files with 13 additions and 6 deletions

View File

@@ -143,7 +143,8 @@ protected:
char *win32_path_name_;
public:
void set_name (const char *unix, const char *win32 = NULL, int unit = 0);
void set_name (const char * unix_path, const char * win32_path = NULL,
int unit = 0);
virtual fhandler_base& operator =(fhandler_base &x)
{