net/concourse-fly: Garbage collect patch

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mikael Urankar 2020-12-23 20:34:34 +00:00
parent 9170646f9a
commit 4dcd287f12
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559025

View file

@ -1,16 +0,0 @@
--- vendor/github.com/creack/pty/ztypes_freebsd_arm64.go.orig 2019-12-23 19:57:30 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
+}