lkml.org 
[lkml]   [2015]   [Dec]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    SubjectRe: [Y2038] [PATCH 2/2] ppdev: add support for compat ioctl
    Date
    On Wednesday 09 December 2015 14:39:30 kbuild test robot wrote:
    > 671 }
    > 672
    > 673 #ifdef CONFIG_COMPAT
    > 674 static long pp_compat_ioctl(struct file *file, unsigned int cmd,
    > 675 unsigned long arg)
    > 676 {
    > > 677 return pp_ioctl(file, cmd, (unsigned long)compat_ptr(arg));
    > 678 }
    > 679 #endif
    > 680
    >

    This needs

    #include <linux/compat.h>

    Arnd


    \
     
     \ /
      Last update: 2015-12-09 11:01    [W:5.473 / U:0.064 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site