aboutsummaryrefslogtreecommitdiff
path: root/deskutils/noti/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/noti/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go')
-rw-r--r--deskutils/noti/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/deskutils/noti/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go b/deskutils/noti/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go
deleted file mode 100644
index 04240efb7169..000000000000
--- a/deskutils/noti/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go
+++ /dev/null
@@ -1,10 +0,0 @@
---- vendor/github.com/godbus/dbus/transport_unixcred_freebsd.go.orig 2019-12-08 01:39:36 UTC
-+++ vendor/github.com/godbus/dbus/transport_unixcred_freebsd.go
-@@ -10,6 +10,7 @@ package dbus
- /*
- const int sizeofPtr = sizeof(void*);
- #define _WANT_UCRED
-+#include <sys/types.h>
- #include <sys/ucred.h>
- */
- import "C"