On Tue, 2007-04-03 at 12:19 +1000, Bojan Smojver wrote:

> The next issue was a missing strtoull() function on HP-UX (i.e. link
> failed). There is a test for it in the configure script, but no action
> is taken by the code if the function isn't there. Not exactly sure what
> the proper fix would be,

Just for the record, possibly use of sscanf() function in conjunction
with SCNu64 or something like that. I see this function (strtoull()) is
used in version 3.0, so maybe it would be good to apply that change
there as well, given that SCNu64 things are standard according to
inttypes.h.

-- 
Bojan


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Tcpreplay-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tcpreplay-users

Reply via email to