diff options
Diffstat (limited to 'vio/VioFd.cc')
-rw-r--r-- | vio/VioFd.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vio/VioFd.cc b/vio/VioFd.cc index 3c6b0108fee..da59798fc25 100644 --- a/vio/VioFd.cc +++ b/vio/VioFd.cc @@ -82,13 +82,13 @@ VioFd::keepalive(boolonoff) bool VioFd::fcntl() const { - return false; + return FALSE; } bool VioFd::should_retry() const { - return false; + return FALSE; } int |