diff options
Diffstat (limited to 'winsup/cygwin/fhandler.h')
-rw-r--r-- | winsup/cygwin/fhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler.h b/winsup/cygwin/fhandler.h index 73aadd607..4101da545 100644 --- a/winsup/cygwin/fhandler.h +++ b/winsup/cygwin/fhandler.h @@ -150,11 +150,11 @@ private: unsigned long namehash; /* hashed filename, used as inode num */ +protected: /* Full unix path name of this file */ /* File open flags from open () and fcntl () calls */ int openflags; -protected: char *rabuf; /* used for crlf conversion in text files */ size_t ralen; size_t raixget; |