From owner-cvs-all Sun Oct 28 12:53:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7244637B406; Sun, 28 Oct 2001 12:53:18 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9SKrIk52429; Sun, 28 Oct 2001 12:53:18 -0800 (PST) (envelope-from dillon) Message-Id: <200110282053.f9SKrIk52429@freefall.freebsd.org> From: Matt Dillon Date: Sun, 28 Oct 2001 12:53:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/tcpdump/tcpslice tcpslice.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2001/10/28 12:53:18 PST Modified files: usr.sbin/tcpdump/tcpslice tcpslice.c Log: Do not assume that sizeof(tv_sec) is sizeof(time_t) - it will be, but it isn't yet because our tv_sec is currently a long (so 64 bit architectures are already broken to a degree). Revision Changes Path 1.11 +10 -5 src/usr.sbin/tcpdump/tcpslice/tcpslice.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message