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>
index | next in thread | raw e-mail
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
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802200800.AAA17972>
