aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2021-09-10 12:41:25 +0000
committerMikael Urankar <mikael@FreeBSD.org>2021-09-10 12:42:54 +0000
commitee1fae5094a29cf0105ec0c49be78cdf1fc266ac (patch)
treea2724218131c939be45b7b7aecd68b75f8c7b691 /editors
parented05f1003b1b3ae15bf16ff5355d948b8698757e (diff)
downloadports-ee1fae5094a29cf0105ec0c49be78cdf1fc266ac.tar.gz
ports-ee1fae5094a29cf0105ec0c49be78cdf1fc266ac.zip
Diffstat (limited to 'editors')
-rw-r--r--editors/micro/files/patch-vendor_github.com_zyedidia_pty_ztypes__freebsd__arm64.go16
1 files changed, 0 insertions, 16 deletions
diff --git a/editors/micro/files/patch-vendor_github.com_zyedidia_pty_ztypes__freebsd__arm64.go b/editors/micro/files/patch-vendor_github.com_zyedidia_pty_ztypes__freebsd__arm64.go
deleted file mode 100644
index e13b200f0052..000000000000
--- a/editors/micro/files/patch-vendor_github.com_zyedidia_pty_ztypes__freebsd__arm64.go
+++ /dev/null
@@ -1,16 +0,0 @@
---- vendor/github.com/zyedidia/pty/ztypes_freebsd_arm64.go.orig 2020-09-10 23:26:01 UTC
-+++ vendor/github.com/zyedidia/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
-+}