mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01:00
deb50bcdc7
remove linux 4.11 patch as it was included upstream, include a new patch needed for linux 4.13
13 lines
540 B
Diff
13 lines
540 B
Diff
diff -Naur ProCaptureForLinux_3589/src/sources/ospi/ospi-linux.h ProCaptureForLinux_3589_new/src/sources/ospi/ospi-linux.h
|
|
--- ProCaptureForLinux_3589/src/sources/ospi/ospi-linux.h 2017-08-17 02:46:07.000000000 -0700
|
|
+++ ProCaptureForLinux_3589_new/src/sources/ospi/ospi-linux.h 2017-09-03 18:13:31.843510536 -0700
|
|
@@ -172,7 +172,7 @@
|
|
#else
|
|
struct completion done;
|
|
#endif
|
|
- wait_queue_t waitq; // for multi wait
|
|
+ wait_queue_entry_t waitq; // for multi wait
|
|
};
|
|
typedef struct _os_event_t *os_event_t;
|
|
|