1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
--- smf/SMFTrack.cxx.orig Mon Aug 5 05:47:36 1996 +++ smf/SMFTrack.cxx Wed May 14 03:51:51 2003 @@ -352,10 +352,17 @@ return (1); } +#include <sys/param.h> ostream & operator<<(ostream &os, const SMFTrack &t) { - long i, prev_flags; +#if __FreeBSD_version < 500000 + long +#else + std::_Ios_Fmtflags +#endif + prev_flags; + long i; int prev_width; unsigned char *ptr;