Commit graph

2 commits

Author SHA1 Message Date
Pav Lucistnik
d53f53c3b1 - Our other two 64-bit platforms needs min(int, int) workaround too
- Unmark broken as it builds on Bento at least for i386. I got some feedback
  that it builds with gcc 3.3.3, but not with 3.3.1

Tested by:	Koop Mast (on sparc64)
Approved by:	adamw (mentor)
2003-11-22 00:46:43 +00:00
David E. O'Brien
c14491921e Fix the build on 64-bit machines.
The STL provides a min(unsigned, unsigned) implimentation by default,
but not a min(unsigned long, unsigned) one.
2003-03-05 22:40:38 +00:00