From owner-cvs-all Wed Oct 24 23:27:54 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 C06A137B401; Wed, 24 Oct 2001 23:27:51 -0700 (PDT) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9P6RpD22703; Wed, 24 Oct 2001 23:27:51 -0700 (PDT) (envelope-from jlemon) Message-Id: <200110250627.f9P6RpD22703@freefall.freebsd.org> From: Jonathan Lemon Date: Wed, 24 Oct 2001 23:27:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_input.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 jlemon 2001/10/24 23:27:51 PDT Modified files: sys/netinet ip_input.c Log: Don't use the ip_timestamp structure to access timestamp options, as the compiler may cause an unaligned access to be generated in some cases. PR: 30982 Revision Changes Path 1.183 +23 -30 src/sys/netinet/ip_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message