summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-+}