DragonFly BSD
DragonFly bugs List (threaded) for 2005-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxx>
Date: Fri, 7 Jan 2005 14:25:33 +0100
Mail-followup-to: bugs@crater.dragonflybsd.org

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]