From owner-cvs-all Fri Feb 20 00:01:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA05384 for cvs-all-outgoing; Fri, 20 Feb 1998 00:01:48 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA05331; Fri, 20 Feb 1998 00:00:54 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA17972; Fri, 20 Feb 1998 00:00:02 -0800 (PST) Date: Fri, 20 Feb 1998 00:00:02 -0800 (PST) Message-Id: <199802200800.AAA17972@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gen readdir.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/02/20 00:00:02 PST Modified files: lib/libc/gen readdir.c Log: Fix a bogus cast for a bogus pointer check. This only checks if the pointer is 4-byte aligned. On a 64-bit machine it probably should check that the pointer is 8-byte aligned (eh, Bruce?) 8-) Revision Changes Path 1.2 +13 -10 src/lib/libc/gen/readdir.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message