Skip to content

Commit

Permalink
fs: Statfs_t{} doesn't have a Type field on Windows (#528) (#529)
Browse files Browse the repository at this point in the history
Signed-off-by: Adriano Sela Aviles <adriano.selaviles@gmail.com>
Co-authored-by: Adriano Sela Aviles <adriano.selaviles@gmail.com>
  • Loading branch information
SuperQ and adrianosela committed May 28, 2023
1 parent dd377c7 commit 332e865
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions fs_statfs_notype.go
Expand Up @@ -11,8 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build netbsd || openbsd || solaris
// +build netbsd openbsd solaris
//go:build netbsd || openbsd || solaris || windows
// +build netbsd openbsd solaris windows

package procfs

Expand Down
4 changes: 2 additions & 2 deletions fs_statfs_type.go
Expand Up @@ -11,8 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !netbsd && !openbsd && !solaris
// +build !netbsd,!openbsd,!solaris
//go:build !netbsd && !openbsd && !solaris && !windows
// +build !netbsd,!openbsd,!solaris,!windows

package procfs

Expand Down

0 comments on commit 332e865

Please sign in to comment.