Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. *fs/namei.c:283:2: error: implicit declaration of function 'vx_check' [-Werror=implicit-function-declaration]
  2. *fs/namei.c:283:40: error: 'VS_ADMIN' undeclared (first use in this function)
  3. *fs/namei.c:283:40: note: each undeclared identifier is reported only once for each function it appears in
  4. *fs/namei.c:283:51: error: 'VS_WATCH' undeclared (first use in this function)
  5. *fs/namei.c: In function '__dx_permission':
  6. *fs/namei.c:295:30: error: 'DEVPTS_SUPER_MAGIC' undeclared (first use in this function)
  7. *fs/namei.c:298:43: error: 'VS_IDENT' undeclared (first use in this function)
  8. *fs/namei.c:298:54: error: 'VS_WATCH_P' undeclared (first use in this function)
  9. *fs/namei.c:304:35: error: 'PROC_SUPER_MAGIC' undeclared (first use in this function)
  10. *fs/namei.c:305:10: error: implicit declaration of function 'PDE' [-Werror=implicit-function-declaration]
  11. *fs/namei.c:305:31: warning: initialization makes pointer from integer without a cast [enabled by default]
  12. *fs/namei.c:307:3: error: implicit declaration of function 'vx_hide_check' [-Werror=implicit-function-declaration]
  13. *fs/namei.c:307:33: error: dereferencing pointer to incomplete type
  14. *fs/namei.c:314:20: error: 'VS_ADMIN' undeclared (first use in this function)
  15. *fs/namei.c:318:4: error: implicit declaration of function 'PROC_I' [-Werror=implicit-function-declaration]
  16. *fs/namei.c:318:23: error: invalid type argument of '->' (have 'int')
  17. *fs/namei.c:339:3: error: implicit declaration of function 'dx_notagcheck' [-Werror=implicit-function-declaration]
  18. *fs/namei.c:340:7: error: implicit declaration of function 'dx_check' [-Werror=implicit-function-declaration]
  19. *fs/namei.c:341:4: error: 'DX_HOSTID' undeclared (first use in this function)
  20. *fs/namei.c:341:16: error: 'DX_ADMIN' undeclared (first use in this function)
  21. *fs/namei.c:341:27: error: 'DX_WATCH' undeclared (first use in this function)
  22. *fs/namei.c:341:38: error: 'DX_IDENT' undeclared (first use in this function)
  23. *fs/namei.c: In function 'do_last':
  24. *fs/namei.c:3148:3: error: implicit declaration of function 'cow_break_link' [-Werror=implicit-function-declaration]
  25. *fs/namei.c:3148:10: warning: assignment makes pointer from integer without a cast [enabled by default]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement