Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Update binder.c for compatibility with kernel 5.3 #36

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 22, 2019

  1. Update binder.c for compatibility with kernel 5.3

    fixes error while compiling binder with kernel versions 5.3
    
    /var/lib/dkms/anbox/1/build/binder/binder.c:3406:11: error: initialization of ‘vm_fault_t (*)(struct vm_fault *)’ {aka ‘unsigned int (*)(struct vm_fault *)’} from incompatible pointer type ‘int (*)(struct vm_fault
     *)’ [-Werror=incompatible-pointer-types]
      .fault = binder_vm_fault,
               ^~~~~~~~~~~~~~~
    /var/lib/dkms/anbox/1/build/binder/binder.c:3406:11: note: (near initialization for ‘binder_vm_ops.fault’)
    cc1: some warnings being treated as errors
    
    
    :+1:  fixed :+1:
    SoulInfernoDE authored Oct 22, 2019
    Configuration menu
    Copy the full SHA
    cf7a593 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Merge remote-tracking branch 'upstream/master' into patch-1 [obsolete…

    … patch - 5.3 includes binderfs]
    SoulInfernoDE committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    b7c2459 View commit details
    Browse the repository at this point in the history