diff --git a/sys-apps/v86d/files/00000000-atomic_t.patch b/sys-apps/v86d/files/00000000-atomic_t.patch deleted file mode 100644 index 58bed7a..0000000 --- a/sys-apps/v86d/files/00000000-atomic_t.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- v86d-0.1.10-orig/v86.h -+++ v86d-0.1.10/v86.h -@@ -19,6 +19,8 @@ - - struct completion; - -+typedef struct { int counter; } atomic_t; -+ - #include