ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/iom.C
(Generate patch)

Comparing gvpe/src/iom.C (file contents):
Revision 1.30 by pcg, Thu Mar 3 16:54:34 2005 UTC vs.
Revision 1.31 by pcg, Mon Mar 7 01:31:26 2005 UTC

43 43
44// if the BSDs would at least be marginally POSIX-compatible.. *sigh* 44// if the BSDs would at least be marginally POSIX-compatible.. *sigh*
45// until that happens, sys/select.h must come last 45// until that happens, sys/select.h must come last
46#include <sys/select.h> 46#include <sys/select.h>
47 47
48// TSTAMP_MAX must still fit into a positive struct timeval
49#define TSTAMP_MAX (double)(1UL<<31)
50
51#define TIMEVAL timeval 48#define TIMEVAL timeval
52#define TV_FRAC tv_usec 49#define TV_FRAC tv_usec
53#define TV_MULT 1000000L 50#define TV_MULT 1000000L
54 51
55#if IOM_IO 52#if IOM_IO

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines