Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2003 19:29:48 -0600
From:      "Vector" <freebsd@itpsg.com>
To:        <freebsd-current@freebsd.org>
Subject:   ipintrq
Message-ID:  <03ee01c37e4d$844d5cf0$6afea8c0@VECTOR>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?03ee01c37e4d$844d5cf0$6afea8c0>