From owner-cvs-all Sun Aug 29 8:18:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1965D152DD; Sun, 29 Aug 1999 08:18:39 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA73722; Sun, 29 Aug 1999 08:16:43 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199908291516.IAA73722@freefall.freebsd.org> From: Steve Price Date: Sun, 29 Aug 1999 08:16:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/zephyr/patches patch-ad Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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 Obtained from: NetBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message