upgpkg: ufw 0.36.2-1
[ArchLinux/community.git] / mupen64plus / trunk / 020-mupen64plus-core-gcc10-fix.patch
blobc429e1e6fc32b4084deb4b11aa503c510e4bfcf6
1 --- a/source/mupen64plus-core/src/main/workqueue.h
2 +++ b/source/mupen64plus-core/src/main/workqueue.h
3 @@ -27,7 +27,6 @@
5 struct work_struct;
7 -struct work_struct *work;
8 typedef void (*work_func_t)(struct work_struct *work);
9 struct work_struct {
10 work_func_t func;