Skip to content

Commit 332e865

Browse files
SuperQadrianosela
andauthored
fs: Statfs_t{} doesn't have a Type field on Windows (#528) (#529)
Signed-off-by: Adriano Sela Aviles <[email protected]> Co-authored-by: Adriano Sela Aviles <[email protected]>
1 parent dd377c7 commit 332e865

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

fs_statfs_notype.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
// See the License for the specific language governing permissions and
1212
// limitations under the License.
1313

14-
//go:build netbsd || openbsd || solaris
15-
// +build netbsd openbsd solaris
14+
//go:build netbsd || openbsd || solaris || windows
15+
// +build netbsd openbsd solaris windows
1616

1717
package procfs
1818

fs_statfs_type.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
// See the License for the specific language governing permissions and
1212
// limitations under the License.
1313

14-
//go:build !netbsd && !openbsd && !solaris
15-
// +build !netbsd,!openbsd,!solaris
14+
//go:build !netbsd && !openbsd && !solaris && !windows
15+
// +build !netbsd,!openbsd,!solaris,!windows
1616

1717
package procfs
1818

0 commit comments

Comments
 (0)