Skip to content

Commit

Permalink
misc/concourse: Fix build on aarch64
Browse files Browse the repository at this point in the history
Approved by:	portmgr (build fix blanket)
  • Loading branch information
MikaelUrankar committed Sep 14, 2021
1 parent 16b65b9 commit d4f6b67
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
--- vendor/github.com/creack/pty/ztypes_freebsd_arm64.go.orig 2020-06-09 19:34:35 UTC
+++ vendor/github.com/creack/pty/ztypes_freebsd_arm64.go
@@ -0,0 +1,13 @@
+// Created by cgo -godefs - DO NOT EDIT
+// cgo -godefs types_freebsd.go
+
+package pty
+
+const (
+ _C_SPECNAMELEN = 0x3f
+)
+
+type fiodgnameArg struct {
+ Len int32
+ Buf *byte
+}

0 comments on commit d4f6b67

Please sign in to comment.