Skip to content

Commit

Permalink
removed off_t
Browse files Browse the repository at this point in the history
added long long


git-svn-id: http://svn.daimi.au.dk/svn/tpie/trunk@450 669acd26-ddd2-4139-9e68-486997aa639d
  • Loading branch information
Rajiv Wickremesingh committed Jul 5, 1999
1 parent 3994c37 commit 8529e44
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tpie/lib/src/logstream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// This will go into a library whne it is ready.


static char logstream_id[] = "$Id: logstream.cpp,v 1.8 1999-04-25 04:32:05 rajiv Exp $";
static char logstream_id[] = "$Id: logstream.cpp,v 1.9 1999-07-05 05:35:29 rajiv Exp $";


#include <logstream.h>
Expand Down Expand Up @@ -56,9 +56,7 @@ _DEFINE_LOGSTREAM_OUTPUT_OPERATOR(long int)
_DEFINE_LOGSTREAM_OUTPUT_OPERATOR(long unsigned int)
_DEFINE_LOGSTREAM_OUTPUT_OPERATOR(float)
_DEFINE_LOGSTREAM_OUTPUT_OPERATOR(double)
#ifdef _BSD_OFF_T_
_DEFINE_LOGSTREAM_OUTPUT_OPERATOR(off_t);
#endif
_DEFINE_LOGSTREAM_OUTPUT_OPERATOR(long long);


// Setting priority and threshold on the fly with manipulators.
Expand Down

0 comments on commit 8529e44

Please sign in to comment.