CVS commit: src/dist/ipf/tools

2012-02-02 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Thu Feb 2 19:18:51 UTC 2012 Modified Files: src/dist/ipf/tools: ipfcomp.c Log Message: Compiler warning on a for loop that does not terminate correctly To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/dist/ipf/t

CVS commit: src/dist/ipf/tools

2012-01-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jan 31 09:06:12 UTC 2012 Modified Files: src/dist/ipf/tools: ipftest.c Log Message: More printf format fixes To generate a diff of this commit: cvs rdiff -u -r1.1.1.7 -r1.2 src/dist/ipf/tools/ipftest.c Please note that diff

CVS commit: src/dist/ipf/tools

2012-01-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jan 31 08:57:36 UTC 2012 Modified Files: src/dist/ipf/tools: ipfstat.c Log Message: More printf format fixes To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/dist/ipf/tools/ipfstat.c Please note that diffs

CVS commit: src/dist/ipf/tools

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 20:08:31 UTC 2012 Modified Files: src/dist/ipf/tools: ipmon.c Log Message: Merge error - stale code from HEAD not removed. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/dist/ipf/tools/ipmon.c Ple

CVS commit: src/dist/ipf/tools

2011-02-24 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Thu Feb 24 18:33:06 UTC 2011 Modified Files: src/dist/ipf/tools: ipmon.c Log Message: format string needs end of statement ; for previous commit To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/dist/ipf/tools/ip

CVS commit: src/dist/ipf/tools

2011-02-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 24 14:33:23 UTC 2011 Modified Files: src/dist/ipf/tools: ipmon.c Log Message: define the format as a constant so that we don't break if sprintf is a macro. XXX: make it so that sprintf is not a macro. To generate a dif