1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
Commit Graph

1 Commits

Author SHA1 Message Date
Steve Price
071c0abceb Make this port interoperable on the FreeBSD/Alpha. From Andrew Gallatin:
Due to the size difference between a struct timeval on FreeBSD/Alpha
(2 longs for a total of 128 bits) and a struct timeval nearly
everywhere else in the known universe (2 ints, for a total of 64-bits,
even on DEC OSF/1), and the way zephyr uses timevals, it needs a bit
of help.

Submitted by:	Adrew Gallatin <gallatin@cs.duke.edu>
Obtained from:	NetBSD
1999-08-29 15:16:42 +00:00