Skip to content

Commit 8fa037f

Browse files
authored
Fix compilation for OpenBSD (#443)
Closes #442
1 parent ceba4ef commit 8fa037f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fsnotify_unsupported.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
//go:build !darwin && !dragonfly && !freebsd && !linux && !netbsd && !solaris && !windows
6-
// +build !darwin,!dragonfly,!freebsd,!linux,!netbsd,!solaris,!windows
5+
//go:build !darwin && !dragonfly && !freebsd && !openbsd && !linux && !netbsd && !solaris && !windows
6+
// +build !darwin,!dragonfly,!freebsd,!openbsd,!linux,!netbsd,!solaris,!windows
77

88
package fsnotify
99

0 commit comments

Comments
 (0)