Date: Sun, 29 Aug 1999 08:16:43 -0700 (PDT) From: Steve Price <steve@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/zephyr/patches patch-ad Message-ID: <199908291516.IAA73722@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
steve 1999/08/29 08:16:42 PDT
Added files:
net/zephyr/patches patch-ad
Log:
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
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908291516.IAA73722>
