]> granicus.if.org Git - strace/commitdiff
maint: update for linux 4.8
authorGleb Fotengauer-Malinovskiy <glebfm@altlinux.org>
Mon, 12 Sep 2016 13:29:38 +0000 (16:29 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 12 Sep 2016 13:55:59 +0000 (13:55 +0000)
* maint/ioctls_sym.sh: Add workarounds for linux/atm_zatm.h and
xen/evtchn.h files.

maint/ioctls_sym.sh

index 20b1730c132a8b1962bdd0941fad9c1e19b7d48f..7a673393b7a3f7f2bfbdfcd16a4f638536ca0d0d 100755 (executable)
@@ -188,6 +188,17 @@ __EOF__
 #include <linux/fb.h>
 #undef FBIOGETCMAP
 #undef FBIOPUTCMAP
+__EOF__
+                       ;;
+               *linux/atm_zatm.h)
+                       cat <<'__EOF__'
+#include <linux/atm.h>
+#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;