From: Gleb Fotengauer-Malinovskiy Date: Mon, 12 Sep 2016 13:29:38 +0000 (+0300) Subject: maint: update for linux 4.8 X-Git-Tag: v4.14~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e8314eb34d9b809fd9329eb0538964960ecaf44;p=strace maint: update for linux 4.8 * maint/ioctls_sym.sh: Add workarounds for linux/atm_zatm.h and xen/evtchn.h files. --- diff --git a/maint/ioctls_sym.sh b/maint/ioctls_sym.sh index 20b1730c..7a673393 100755 --- a/maint/ioctls_sym.sh +++ b/maint/ioctls_sym.sh @@ -188,6 +188,17 @@ __EOF__ #include #undef FBIOGETCMAP #undef FBIOPUTCMAP +__EOF__ + ;; + *linux/atm_zatm.h) + cat <<'__EOF__' +#include +#ifndef _LINUX_TIME_H +# define _LINUX_TIME_H +#endif +#ifndef _UAPI_LINUX_TIME_H +# define _UAPI_LINUX_TIME_H +#endif __EOF__ ;; *linux/atm?*.h) @@ -297,7 +308,7 @@ __EOF__ *video/sstfb.h) echo 'struct fb_info;' ;; - *xen/gntdev.h) + *xen/evtchn.h|*xen/gntdev.h) cat <<'__EOF__' typedef uint32_t grant_ref_t; typedef uint16_t domid_t;