Untitled

By Aqua Mosquito, 6 Months ago, written in Plain Text, viewed 60 times.
URL http://pb.stoleyour.com/view/c88592d6 Embed
Download Paste or View RawExpand paste to full width of browser
  1. make: Entering directory `/usr/src/linux-headers-4.4.0-142-generic'
  2.   CC [M]  /home/user/kernrk/kernrk.o
  3. /home/user/kernrk/kernrk.c: In function ‘entry_handler’:
  4. /home/user/kernrk/kernrk.c:22:21: warning: unused variable ‘data’ [-Wunused-variable]
  5.      struct my_data *data = (struct my_data *)ri->data;
  6.                      ^
  7. /home/user/kernrk/kernrk.c: In function ‘ret_handler’:
  8. /home/user/kernrk/kernrk.c:69:5: error: implicit declaration of function ‘regs_set_return_value’ [-Werror=implicit-function-declaration]
  9.      regs_set_return_value(regs, new_nread); // update return value to new_nread
  10.  

Reply to "Untitled"

Here you can reply to the paste above