Dave, I like what you've done, getting the functions grouped nicely at the top. It'll provide a much nicer starting point for developers (such as myself).
I have a question for the community, however: is there a particular reason why there are so few comments in the code--at least the function prototypes could be well documented (there have been many occasions where I spend hours tracing a bug that turns out to be either an unstated "feature" or an esoteric mishandling of an error condition). Doug On Tue, Apr 21, 2009 at 10:41 AM, Dave Shield <[email protected]> wrote: > > 2009/4/21 Bart Van Assche <[email protected]>: > > Do you get the same output on a Linux system for the following command: > > > > $ svn update && make -s distclean && ./configure </dev/null && make -s > > ... > > making all in /home/bart/software/net-snmp-trunk/man > > Makefile:237: *** missing separator (did you mean TAB instead of 8 > > spaces?). Stop. > > make: *** [subdirs] Error 1 > > > I must admit that I hadn't re-run configure - I've been working with a > simple "make clean; make" > > I've just committed one (hopefully) final tweak to fix this, and a couple > of related problems. > > I've also committed a version of your first "large_fd_sets" patch > (with some minor renaming). Please try your tests on the latest > SVN trunk, and check that things work cleanly for you. > (In particular, under Windows) > > Dave > > ------------------------------------------------------------------------------ > Stay on top of everything new and different, both inside and > around Java (TM) technology - register by April 22, and save > $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. > 300 plus technical and hands-on sessions. Register today. > Use priority code J9JMT32. http://p.sf.net/sfu/p > _______________________________________________ > Net-snmp-coders mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/net-snmp-coders ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
