On Nov 13, 2003, at 1:43 PM, Neil Spring wrote:
1) any chance of removing unused rcsid variables? grep suggests they are always defined but never used. Alternately, move it below the include "interface.h" and edit it to say:
static const char rcsid[] _U_ =
The same issue exists with libpcap. The right place to put the definition of _U_ is probably "pcap-int.h". Putting in the definition of "__attribute__()" as a do-nothing macro, as per tcpdump, would probably be the right thing to do; that'd let us get rid of an #ifdef in "gencode.h".
- This is the TCPDUMP workers list. It is archived at http://www.tcpdump.org/lists/workers/index.html To unsubscribe use mailto:[EMAIL PROTECTED]
