Package net-mgmt/net-snmp is broken by numerous changes in DF headers

Joerg Sonnenberger joerg at britannica.bec.de
Fri Jan 7 05:26:55 PST 2005


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





More information about the Bugs mailing list