mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-28 21:02:25 +01:00
fix various idiotic constructs. patches are mostly from sabotage, but some I wrote myself too.
11 lines
241 B
Diff
11 lines
241 B
Diff
--- alsa-lib-1.0.27.2.org/include/local.h
|
|
+++ alsa-lib-1.0.27.2/include/local.h
|
|
@@ -116,7 +116,6 @@
|
|
/* kill and replace kernel-specific types */
|
|
#define __user
|
|
#define __force
|
|
-#define __kernel_off_t off_t
|
|
|
|
#include <sound/asound.h>
|
|
|