[PATCH 1/2] maint: update for linux v4.18
Gleb Fotengauer-Malinovskiy
glebfm at altlinux.org
Fri Aug 10 16:06:38 UTC 2018
* maint/ioctls_sym.sh: Add workaround for linux/omap3isp.h file.
---
maint/ioctls_sym.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/maint/ioctls_sym.sh b/maint/ioctls_sym.sh
index 81ee631..d3fca20 100755
--- a/maint/ioctls_sym.sh
+++ b/maint/ioctls_sym.sh
@@ -260,6 +260,9 @@ __EOF__
*) return 0 ;; # not applicable
esac
;;
+ *linux/omap3isp.h)
+ echo 'struct omap3isp_stat_data_time32 {uint32_t dummy32[4]; uint16_t dummy16[3]; };'
+ ;;
*linux/sonet.h)
echo '#include <linux/atmioc.h>'
;;
--
glebfm
More information about the Strace-devel
mailing list