From 18bed2c174362f76ddedf68bb700e8b2c817fcb5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 18 Jun 2020 14:09:59 +0200 Subject: Complete NetBSD compatibility --- libbutl/fdstream.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libbutl/fdstream.cxx') 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__) { -- cgit v1.1