]> go.fuhry.dev Git - fsnotify.git/commitdiff
Fix compilation for OpenBSD (#443)
authormattn <mattn.jp@gmail.com>
Thu, 21 Apr 2022 18:01:20 +0000 (03:01 +0900)
committerGitHub <noreply@github.com>
Thu, 21 Apr 2022 18:01:20 +0000 (03:01 +0900)
Closes #442

fsnotify_unsupported.go

index eb25cb407afbbaaf8aa769db9875f90ae293534a..59688559836f37550445eb1ea8afb5aa53e62574 100644 (file)
@@ -2,8 +2,8 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-//go:build !darwin && !dragonfly && !freebsd && !linux && !netbsd && !solaris && !windows
-// +build !darwin,!dragonfly,!freebsd,!linux,!netbsd,!solaris,!windows
+//go:build !darwin && !dragonfly && !freebsd && !openbsd && !linux && !netbsd && !solaris && !windows
+// +build !darwin,!dragonfly,!freebsd,!openbsd,!linux,!netbsd,!solaris,!windows
 
 package fsnotify