What happened to ipintrq?  I know it is now defined in ip_input.c...problem
is I'm trying to port a driver to 5.1.  The files are in a subdirectory in
/usr/src/sys/dev and in order to get it to compile, I've declared it like
this:
extern struct ifqueue ipintrq;

But upon linking, I get unresolved symbol.  Clearly it is not linking
against the object files created from ip_input.c

Anyone mind providing a hint here?  Thanks,

vec


_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to