Re: Package net-mgmt/net-snmp is broken by numerous changes in D
On Fri, Jan 07, 2005 at 04:22:58AM -0800, walt wrote:
> mibII/tcpTable.c: In function `tcpTable_load':
> mibII/tcpTable.c:736: error: dereferencing pointer to incomplete type
> mibII/tcpTable.c:738: error: dereferencing pointer to incomplete type
> mibII/tcpTable.c:738: error: invalid application of `sizeof' to
> incomplete type `xinpgen'
>
> I don't understand the error message. In what sense can a type be
> 'incomplete'? (This is gcc34, btw.)
xinpgen doesn't exist anymore. You don't need that part, the sysctl
directly returns the list of pcbs. E.g. remove the part depending
on the generation counting.
Joerg
討論串 (同標題文章)
完整討論串 (本文為第 9 之 9 篇):