Date: Fri, 20 Feb 1998 00:00:02 -0800 (PST) From: John Birrell <jb@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gen readdir.c Message-ID: <199802200800.AAA17972@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802200800.AAA17972>
