diff options
author | Christopher Faylor <me@cgf.cx> | 2007-07-07 16:46:35 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2007-07-07 16:46:35 +0000 |
commit | 8581e92c5164652905aaefa6e988fdd7102542af (patch) | |
tree | 1c3c84dff2357c9f704ae2b585d7caa1f98f66d4 /winsup/cygwin/fhandler_virtual.cc | |
parent | 7b44665a7bb37b22de9b1ffccb49875e85f2fafc (diff) | |
download | cygnal-8581e92c5164652905aaefa6e988fdd7102542af.tar.gz cygnal-8581e92c5164652905aaefa6e988fdd7102542af.tar.bz2 cygnal-8581e92c5164652905aaefa6e988fdd7102542af.zip |
* fhandler_disk_file.cc: White space.
* fhandler_proc.cc: Ditto.
* fhandler_virtual.cc: Ditto.
Diffstat (limited to 'winsup/cygwin/fhandler_virtual.cc')
-rw-r--r-- | winsup/cygwin/fhandler_virtual.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/fhandler_virtual.cc b/winsup/cygwin/fhandler_virtual.cc index 4045c2d5e..f5a9f7eeb 100644 --- a/winsup/cygwin/fhandler_virtual.cc +++ b/winsup/cygwin/fhandler_virtual.cc @@ -79,7 +79,7 @@ fhandler_virtual::opendir (int fd) dir->__flags = 0; if (fd >= 0) - { + { dir->__flags |= dirent_valid_fd; dir->__d_fd = fd; res = dir; @@ -87,7 +87,7 @@ fhandler_virtual::opendir (int fd) res = dir; } else - { + { cygheap_fdnew cfd; if (cfd >= 0) { |