> Thomas> Fixed what? AFAICS, perl/SNMP/SNMP.xs still is *not* fixed in
> Thomas> 5.3.dev, unless cvs is playing tricks on me.
> 
> Wes> I suspect it is:

In which case it's playing tricks on me as well:

        $ cd SNMP/net-snmp/perl/SNMP
        $ cvs -q update
        $ grep strtok *.xs
            entry = strtok(newkey, "*");
                entry = strtok(NULL, "*");
           cp = strtok(soid_buf,".");
             cp = strtok(NULL,".");

Are you sure you've committed those changes?

The same holds true for the 5.2.x and 5.1.x lines as well.
In fact, the only place where 'strtok_r' appears is in the
5.0.x version of SNMP.xs

Dave



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to