From 6f042eec9dca7eabd9ea88a2757933c2bc2b7139 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Fri, 8 Jun 2018 00:32:08 +0300 Subject: [PATCH] syncthing: remove unneeded patch --- packages/syncthing/no_ioprioSet.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 packages/syncthing/no_ioprioSet.patch diff --git a/packages/syncthing/no_ioprioSet.patch b/packages/syncthing/no_ioprioSet.patch deleted file mode 100644 index de550093b..000000000 --- a/packages/syncthing/no_ioprioSet.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -uNr syncthing/lib/osutil/lowprio_linux.go syncthing.mod/lib/osutil/lowprio_linux.go ---- syncthing/lib/osutil/lowprio_linux.go 2018-03-06 08:19:07.000000000 +0200 -+++ syncthing.mod/lib/osutil/lowprio_linux.go 2018-05-02 13:03:12.463566932 +0300 -@@ -30,13 +30,8 @@ - ) - - func ioprioSet(class ioprioClass, value int) error { -- res, _, err := syscall.Syscall(syscall.SYS_IOPRIO_SET, -- uintptr(ioprioWhoProcess), 0, -- uintptr(class)<