aboutsummaryrefslogtreecommitdiff
path: root/libbutl/fdstream.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-06-18 14:09:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-06-18 14:09:59 +0200
commit18bed2c174362f76ddedf68bb700e8b2c817fcb5 (patch)
tree463c4a495386c9ec1869f4434367bfcfc43ea884 /libbutl/fdstream.cxx
parent639ff12af754d024a562925a52406ace0d3c673b (diff)
Complete NetBSD compatibility
Diffstat (limited to 'libbutl/fdstream.cxx')
-rw-r--r--libbutl/fdstream.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/libbutl/fdstream.cxx b/libbutl/fdstream.cxx
index e108df5..7fdb08b 100644
--- a/libbutl/fdstream.cxx
+++ b/libbutl/fdstream.cxx
@@ -1043,9 +1043,9 @@ namespace butl
of |= O_LARGEFILE;
#endif
- // Unlike other platforms, FreeBSD allows opening a directory as a file
- // which will cause all kinds of problems upstream (e.g., cpfile()). So we
- // detect and diagnose this.
+ // Unlike other platforms, *BSD allows opening a directory as a file which
+ // will cause all kinds of problems upstream (e.g., cpfile()). So we detect
+ // and diagnose this.
//
#if defined(__FreeBSD__) || defined(__NetBSD__)
{