Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. parse.c:849:19: error: use of undeclared identifier "SYS_SAMPLE"
  2.  
  3. # define SYS_SAMPLE (KERNEL_CALL + 58)
  4. #define NR_SYS_CALLS 59
  5.  
  6. { "PADCONF", SYS_PADCONF },
  7. { "SAMPLE", SYS_SAMPLE },
  8. { NULL, 0 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement