]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a bogus cast for a bogus pointer check. This only checks if the
authorJohn Birrell <jb@FreeBSD.org>
Fri, 20 Feb 1998 08:00:01 +0000 (08:00 +0000)
committerJohn Birrell <jb@FreeBSD.org>
Fri, 20 Feb 1998 08:00:01 +0000 (08:00 +0000)
commit6abbaf17acf6b2932e88ceb0c73d960f0850163a
treedababb9bbaf31a8f45e6bfe38ba0663006770c18
parent9fcbcd02176405d72c6c3fa1ba32f93e990e1166
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-)
lib/libc/gen/readdir.c