Advertisement
Guest User

Untitled

a guest
Aug 19th, 2010
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.63 KB | None | 0 0
  1. sh-4.1# pwd
  2. /tmp/df/iw-0.9.11
  3. sh-4.1# make
  4.  CC   genl.o
  5. genl.c: In function 'family_handler':
  6. genl.c:45: error: 'CTRL_ATTR_MCAST_GROUPS' undeclared (first use in this function)
  7. genl.c:45: error: (Each undeclared identifier is reported only once
  8. genl.c:45: error: for each function it appears in.)
  9. genl.c:49: error: 'CTRL_ATTR_MCAST_GRP_MAX' undeclared (first use in this function)
  10. genl.c:54: error: 'CTRL_ATTR_MCAST_GRP_NAME' undeclared (first use in this function)
  11. genl.c:55: error: 'CTRL_ATTR_MCAST_GRP_ID' undeclared (first use in this function)
  12. genl.c:49: warning: unused variable 'tb_mcgrp'
  13. make: *** [genl.o] Error 1
  14. sh-4.1#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement